Uses of Class
software.amazon.awssdk.services.devopsguru.model.AnomalyTimeRange
-
Packages that use AnomalyTimeRange Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of AnomalyTimeRange in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return AnomalyTimeRange Modifier and Type Method Description AnomalyTimeRangeProactiveAnomaly. anomalyTimeRange()Returns the value of the AnomalyTimeRange property for this object.AnomalyTimeRangeProactiveAnomalySummary. anomalyTimeRange()Returns the value of the AnomalyTimeRange property for this object.AnomalyTimeRangeReactiveAnomaly. anomalyTimeRange()Returns the value of the AnomalyTimeRange property for this object.AnomalyTimeRangeReactiveAnomalySummary. anomalyTimeRange()Returns the value of the AnomalyTimeRange property for this object.Methods in software.amazon.awssdk.services.devopsguru.model with parameters of type AnomalyTimeRange Modifier and Type Method Description ProactiveAnomaly.BuilderProactiveAnomaly.Builder. anomalyTimeRange(AnomalyTimeRange anomalyTimeRange)Sets the value of the AnomalyTimeRange property for this object.ProactiveAnomalySummary.BuilderProactiveAnomalySummary.Builder. anomalyTimeRange(AnomalyTimeRange anomalyTimeRange)Sets the value of the AnomalyTimeRange property for this object.ReactiveAnomaly.BuilderReactiveAnomaly.Builder. anomalyTimeRange(AnomalyTimeRange anomalyTimeRange)Sets the value of the AnomalyTimeRange property for this object.ReactiveAnomalySummary.BuilderReactiveAnomalySummary.Builder. anomalyTimeRange(AnomalyTimeRange anomalyTimeRange)Sets the value of the AnomalyTimeRange property for this object.
-