Uses of Class
software.amazon.awssdk.services.devopsguru.model.AnomalyResource
-
Packages that use AnomalyResource Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of AnomalyResource in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type AnomalyResource Modifier and Type Method Description List<AnomalyResource>ProactiveAnomaly. anomalyResources()Information about a resource in which DevOps Guru detected anomalous behavior.List<AnomalyResource>ProactiveAnomalySummary. anomalyResources()Information about a resource in which DevOps Guru detected anomalous behavior.List<AnomalyResource>ReactiveAnomaly. anomalyResources()The Amazon Web Services resources in which anomalous behavior was detected by DevOps Guru.List<AnomalyResource>ReactiveAnomalySummary. anomalyResources()The Amazon Web Services resources in which anomalous behavior was detected by DevOps Guru.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type AnomalyResource Modifier and Type Method Description ProactiveAnomaly.BuilderProactiveAnomaly.Builder. anomalyResources(AnomalyResource... anomalyResources)Information about a resource in which DevOps Guru detected anomalous behavior.ProactiveAnomalySummary.BuilderProactiveAnomalySummary.Builder. anomalyResources(AnomalyResource... anomalyResources)Information about a resource in which DevOps Guru detected anomalous behavior.ReactiveAnomaly.BuilderReactiveAnomaly.Builder. anomalyResources(AnomalyResource... anomalyResources)The Amazon Web Services resources in which anomalous behavior was detected by DevOps Guru.ReactiveAnomalySummary.BuilderReactiveAnomalySummary.Builder. anomalyResources(AnomalyResource... anomalyResources)The Amazon Web Services resources in which anomalous behavior was detected by DevOps Guru.Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type AnomalyResource Modifier and Type Method Description ProactiveAnomaly.BuilderProactiveAnomaly.Builder. anomalyResources(Collection<AnomalyResource> anomalyResources)Information about a resource in which DevOps Guru detected anomalous behavior.ProactiveAnomalySummary.BuilderProactiveAnomalySummary.Builder. anomalyResources(Collection<AnomalyResource> anomalyResources)Information about a resource in which DevOps Guru detected anomalous behavior.ReactiveAnomaly.BuilderReactiveAnomaly.Builder. anomalyResources(Collection<AnomalyResource> anomalyResources)The Amazon Web Services resources in which anomalous behavior was detected by DevOps Guru.ReactiveAnomalySummary.BuilderReactiveAnomalySummary.Builder. anomalyResources(Collection<AnomalyResource> anomalyResources)The Amazon Web Services resources in which anomalous behavior was detected by DevOps Guru.
-