Uses of Class
software.amazon.awssdk.services.cloudwatch.model.AnomalyDetectorConfiguration
-
Packages that use AnomalyDetectorConfiguration Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of AnomalyDetectorConfiguration in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return AnomalyDetectorConfiguration Modifier and Type Method Description AnomalyDetectorConfigurationAnomalyDetector. configuration()The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.AnomalyDetectorConfigurationPutAnomalyDetectorRequest. configuration()The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude when training and updating the model.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type AnomalyDetectorConfiguration Modifier and Type Method Description AnomalyDetector.BuilderAnomalyDetector.Builder. configuration(AnomalyDetectorConfiguration configuration)The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude from use for training the model, and the time zone to use for the metric.PutAnomalyDetectorRequest.BuilderPutAnomalyDetectorRequest.Builder. configuration(AnomalyDetectorConfiguration configuration)The configuration specifies details about how the anomaly detection model is to be trained, including time ranges to exclude when training and updating the model.
-