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