Uses of Class
software.amazon.awssdk.services.cloudwatch.model.MetricMathAnomalyDetector
Packages that use MetricMathAnomalyDetector
-
Uses of MetricMathAnomalyDetector in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return MetricMathAnomalyDetectorModifier and TypeMethodDescriptionAnomalyDetector.metricMathAnomalyDetector()The CloudWatch metric math expression for this anomaly detector.DeleteAnomalyDetectorRequest.metricMathAnomalyDetector()The metric math anomaly detector to be deleted.PutAnomalyDetectorRequest.metricMathAnomalyDetector()The metric math anomaly detector to be created.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type MetricMathAnomalyDetectorModifier and TypeMethodDescriptionAnomalyDetector.Builder.metricMathAnomalyDetector(MetricMathAnomalyDetector metricMathAnomalyDetector) The CloudWatch metric math expression for this anomaly detector.DeleteAnomalyDetectorRequest.Builder.metricMathAnomalyDetector(MetricMathAnomalyDetector metricMathAnomalyDetector) The metric math anomaly detector to be deleted.PutAnomalyDetectorRequest.Builder.metricMathAnomalyDetector(MetricMathAnomalyDetector metricMathAnomalyDetector) The metric math anomaly detector to be created.