Uses of Class
software.amazon.awssdk.services.cloudwatch.model.MetricDataQuery
-
Packages that use MetricDataQuery Package Description software.amazon.awssdk.services.cloudwatch.model -
-
Uses of MetricDataQuery in software.amazon.awssdk.services.cloudwatch.model
Methods in software.amazon.awssdk.services.cloudwatch.model that return types with arguments of type MetricDataQuery Modifier and Type Method Description List<MetricDataQuery>GetMetricDataRequest. metricDataQueries()The metric queries to be returned.List<MetricDataQuery>MetricMathAnomalyDetector. 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.List<MetricDataQuery>MetricAlarm. metrics()An array of MetricDataQuery structures, used in an alarm based on a metric math expression.List<MetricDataQuery>PutMetricAlarmRequest. metrics()An array ofMetricDataQuerystructures that enable you to create an alarm based on the result of a metric math expression.Methods in software.amazon.awssdk.services.cloudwatch.model with parameters of type MetricDataQuery Modifier and Type Method Description GetMetricDataRequest.BuilderGetMetricDataRequest.Builder. metricDataQueries(MetricDataQuery... metricDataQueries)The metric queries to be returned.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.MetricAlarm.BuilderMetricAlarm.Builder. metrics(MetricDataQuery... metrics)An array of MetricDataQuery structures, used in an alarm based on a metric math expression.PutMetricAlarmRequest.BuilderPutMetricAlarmRequest.Builder. metrics(MetricDataQuery... metrics)An array ofMetricDataQuerystructures that enable you to create an alarm based on the result of a metric math expression.Method parameters in software.amazon.awssdk.services.cloudwatch.model with type arguments of type MetricDataQuery Modifier and Type Method Description GetMetricDataRequest.BuilderGetMetricDataRequest.Builder. metricDataQueries(Collection<MetricDataQuery> metricDataQueries)The metric queries to be returned.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.MetricAlarm.BuilderMetricAlarm.Builder. metrics(Collection<MetricDataQuery> metrics)An array of MetricDataQuery structures, used in an alarm based on a metric math expression.PutMetricAlarmRequest.BuilderPutMetricAlarmRequest.Builder. metrics(Collection<MetricDataQuery> metrics)An array ofMetricDataQuerystructures that enable you to create an alarm based on the result of a metric math expression.
-