Uses of Class
software.amazon.awssdk.services.cloudwatch.model.MetricDataQuery
Packages that use MetricDataQuery
-
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 MetricDataQueryModifier and TypeMethodDescriptionfinal List<MetricDataQuery>GetMetricDataRequest.metricDataQueries()The metric queries to be returned.final 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.final List<MetricDataQuery>MetricAlarm.metrics()An array of MetricDataQuery structures, used in an alarm based on a metric math expression.final 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 MetricDataQueryModifier and TypeMethodDescriptionGetMetricDataRequest.Builder.metricDataQueries(MetricDataQuery... metricDataQueries) The metric queries to be returned.MetricMathAnomalyDetector.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.Builder.metrics(MetricDataQuery... metrics) An array of MetricDataQuery structures, used in an alarm based on a metric math expression.PutMetricAlarmRequest.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 MetricDataQueryModifier and TypeMethodDescriptionGetMetricDataRequest.Builder.metricDataQueries(Collection<MetricDataQuery> metricDataQueries) The metric queries to be returned.MetricMathAnomalyDetector.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.Builder.metrics(Collection<MetricDataQuery> metrics) An array of MetricDataQuery structures, used in an alarm based on a metric math expression.PutMetricAlarmRequest.Builder.metrics(Collection<MetricDataQuery> metrics) An array ofMetricDataQuerystructures that enable you to create an alarm based on the result of a metric math expression.