Uses of Class
software.amazon.awssdk.services.cloudwatch.model.Range
-
Packages that use Range Package Description software.amazon.awssdk.services.cloudwatch.model -
-
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 Range Modifier and Type Method Description List<Range>AnomalyDetectorConfiguration. 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 Range Modifier and Type Method Description AnomalyDetectorConfiguration.BuilderAnomalyDetectorConfiguration.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 Range Modifier and Type Method Description AnomalyDetectorConfiguration.BuilderAnomalyDetectorConfiguration.Builder. excludedTimeRanges(Collection<Range> excludedTimeRanges)An array of time ranges to exclude from use when the anomaly detection model is trained.
-