Uses of Interface
software.amazon.awssdk.services.cloudwatch.model.MetricMathAnomalyDetector.Builder
-
Packages that use MetricMathAnomalyDetector.Builder Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of MetricMathAnomalyDetector.Builder in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return MetricMathAnomalyDetector.Builder Modifier and Type Method Description static MetricMathAnomalyDetector.BuilderMetricMathAnomalyDetector. builder()MetricMathAnomalyDetector.BuilderMetricMathAnomalyDetector.Builder. metricDataQueries(Collection<MetricDataQuery> metricDataQueries)An array of metric data query structures that enables you to create an anomaly detector based on the result of a metric math expression.MetricMathAnomalyDetector.BuilderMetricMathAnomalyDetector.Builder. metricDataQueries(Consumer<MetricDataQuery.Builder>... metricDataQueries)An array of metric data query structures that enables you to create an anomaly detector based on the result of a metric math expression.MetricMathAnomalyDetector.BuilderMetricMathAnomalyDetector.Builder. metricDataQueries(MetricDataQuery... metricDataQueries)An array of metric data query structures that enables you to create an anomaly detector based on the result of a metric math expression.MetricMathAnomalyDetector.BuilderMetricMathAnomalyDetector. toBuilder()Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type MetricMathAnomalyDetector.Builder Modifier and Type Method Description static Class<? extends MetricMathAnomalyDetector.Builder>MetricMathAnomalyDetector. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type MetricMathAnomalyDetector.Builder Modifier and Type Method Description default AnomalyDetector.BuilderAnomalyDetector.Builder. metricMathAnomalyDetector(Consumer<MetricMathAnomalyDetector.Builder> metricMathAnomalyDetector)The CloudWatch metric math expression for this anomaly detector.default DeleteAnomalyDetectorRequest.BuilderDeleteAnomalyDetectorRequest.Builder. metricMathAnomalyDetector(Consumer<MetricMathAnomalyDetector.Builder> metricMathAnomalyDetector)The metric math anomaly detector to be deleted.default PutAnomalyDetectorRequest.BuilderPutAnomalyDetectorRequest.Builder. metricMathAnomalyDetector(Consumer<MetricMathAnomalyDetector.Builder> metricMathAnomalyDetector)The metric math anomaly detector to be created.
-