| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
MetricStat |
MetricStat.clone() |
MetricStat |
MetricDataQuery.getMetricStat()
Information about the metric data to return.
|
MetricStat |
MetricStat.withMetric(Metric metric)
The CloudWatch metric to return, including the metric name, namespace, and dimensions.
|
MetricStat |
MetricStat.withStat(String stat)
The statistic to return.
|
MetricStat |
MetricStat.withUnit(String unit)
The unit to use for the returned data points.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MetricDataQuery.setMetricStat(MetricStat metricStat)
Information about the metric data to return.
|
MetricDataQuery |
MetricDataQuery.withMetricStat(MetricStat metricStat)
Information about the metric data to return.
|
Copyright © 2025. All rights reserved.