| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
Metric |
Metric.clone() |
Metric |
TargetTrackingMetricStat.getMetric()
The metric to use.
|
Metric |
MetricStat.getMetric()
The CloudWatch metric to return, including the metric name, namespace, and dimensions.
|
Metric |
Metric.withDimensions(Collection<MetricDimension> dimensions)
The dimensions for the metric.
|
Metric |
Metric.withDimensions(MetricDimension... dimensions)
The dimensions for the metric.
|
Metric |
Metric.withMetricName(String metricName)
The name of the metric.
|
Metric |
Metric.withNamespace(String namespace)
The namespace of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TargetTrackingMetricStat.setMetric(Metric metric)
The metric to use.
|
void |
MetricStat.setMetric(Metric metric)
The CloudWatch metric to return, including the metric name, namespace, and dimensions.
|
TargetTrackingMetricStat |
TargetTrackingMetricStat.withMetric(Metric metric)
The metric to use.
|
MetricStat |
MetricStat.withMetric(Metric metric)
The CloudWatch metric to return, including the metric name, namespace, and dimensions.
|
Copyright © 2024. All rights reserved.