Uses of Class
software.amazon.awssdk.services.devopsguru.model.AnomalySourceDetails
-
Packages that use AnomalySourceDetails Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of AnomalySourceDetails in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return AnomalySourceDetails Modifier and Type Method Description AnomalySourceDetailsProactiveAnomaly. sourceDetails()Details about the source of the analyzed operational data that triggered the anomaly.AnomalySourceDetailsProactiveAnomalySummary. sourceDetails()Details about the source of the analyzed operational data that triggered the anomaly.AnomalySourceDetailsReactiveAnomaly. sourceDetails()Details about the source of the analyzed operational data that triggered the anomaly.AnomalySourceDetailsReactiveAnomalySummary. sourceDetails()Details about the source of the analyzed operational data that triggered the anomaly.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type AnomalySourceDetails Modifier and Type Method Description ProactiveAnomaly.BuilderProactiveAnomaly.Builder. sourceDetails(AnomalySourceDetails sourceDetails)Details about the source of the analyzed operational data that triggered the anomaly.ProactiveAnomalySummary.BuilderProactiveAnomalySummary.Builder. sourceDetails(AnomalySourceDetails sourceDetails)Details about the source of the analyzed operational data that triggered the anomaly.ReactiveAnomaly.BuilderReactiveAnomaly.Builder. sourceDetails(AnomalySourceDetails sourceDetails)Details about the source of the analyzed operational data that triggered the anomaly.ReactiveAnomalySummary.BuilderReactiveAnomalySummary.Builder. sourceDetails(AnomalySourceDetails sourceDetails)Details about the source of the analyzed operational data that triggered the anomaly.
-