Uses of Class
software.amazon.awssdk.services.cloudwatch.model.Range
Packages that use Range
-
Uses of Range in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type RangeModifier and TypeMethodDescriptionAnomalyDetectorConfiguration.excludedTimeRanges()An array of time ranges to exclude from use when the anomaly detection model is trained.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type RangeModifier and TypeMethodDescriptionAnomalyDetectorConfiguration.Builder.excludedTimeRanges(Range... excludedTimeRanges) An array of time ranges to exclude from use when the anomaly detection model is trained.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type RangeModifier and TypeMethodDescriptionAnomalyDetectorConfiguration.Builder.excludedTimeRanges(Collection<Range> excludedTimeRanges) An array of time ranges to exclude from use when the anomaly detection model is trained.