Uses of Class
software.amazon.awssdk.services.cloudwatch.model.MetricMathAnomalyDetector
-
Packages that use MetricMathAnomalyDetector Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of MetricMathAnomalyDetector in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return MetricMathAnomalyDetector Modifier and Type Method Description MetricMathAnomalyDetectorAnomalyDetector. metricMathAnomalyDetector()The CloudWatch metric math expression for this anomaly detector.MetricMathAnomalyDetectorDeleteAnomalyDetectorRequest. metricMathAnomalyDetector()The metric math anomaly detector to be deleted.MetricMathAnomalyDetectorPutAnomalyDetectorRequest. metricMathAnomalyDetector()The metric math anomaly detector to be created.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type MetricMathAnomalyDetector Modifier and Type Method Description AnomalyDetector.BuilderAnomalyDetector.Builder. metricMathAnomalyDetector(MetricMathAnomalyDetector metricMathAnomalyDetector)The CloudWatch metric math expression for this anomaly detector.DeleteAnomalyDetectorRequest.BuilderDeleteAnomalyDetectorRequest.Builder. metricMathAnomalyDetector(MetricMathAnomalyDetector metricMathAnomalyDetector)The metric math anomaly detector to be deleted.PutAnomalyDetectorRequest.BuilderPutAnomalyDetectorRequest.Builder. metricMathAnomalyDetector(MetricMathAnomalyDetector metricMathAnomalyDetector)The metric math anomaly detector to be created.
-