Uses of Class
software.amazon.awssdk.services.cloudwatch.model.SingleMetricAnomalyDetector
Packages that use SingleMetricAnomalyDetector
-
Uses of SingleMetricAnomalyDetector in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return SingleMetricAnomalyDetectorModifier and TypeMethodDescriptionAnomalyDetector.singleMetricAnomalyDetector()The CloudWatch metric and statistic for this anomaly detector.DeleteAnomalyDetectorRequest.singleMetricAnomalyDetector()A single metric anomaly detector to be deleted.PutAnomalyDetectorRequest.singleMetricAnomalyDetector()A single metric anomaly detector to be created.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type SingleMetricAnomalyDetectorModifier and TypeMethodDescriptionAnomalyDetector.Builder.singleMetricAnomalyDetector(SingleMetricAnomalyDetector singleMetricAnomalyDetector) The CloudWatch metric and statistic for this anomaly detector.DeleteAnomalyDetectorRequest.Builder.singleMetricAnomalyDetector(SingleMetricAnomalyDetector singleMetricAnomalyDetector) A single metric anomaly detector to be deleted.PutAnomalyDetectorRequest.Builder.singleMetricAnomalyDetector(SingleMetricAnomalyDetector singleMetricAnomalyDetector) A single metric anomaly detector to be created.