| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
CustomizedMetricSpecification |
CustomizedMetricSpecification.clone() |
CustomizedMetricSpecification |
TargetTrackingConfiguration.getCustomizedMetricSpecification()
A customized metric.
|
CustomizedMetricSpecification |
CustomizedMetricSpecification.withDimensions(Collection<MetricDimension> dimensions)
The dimensions of the metric.
|
CustomizedMetricSpecification |
CustomizedMetricSpecification.withDimensions(MetricDimension... dimensions)
The dimensions of the metric.
|
CustomizedMetricSpecification |
CustomizedMetricSpecification.withMetricName(String metricName)
The name of the metric.
|
CustomizedMetricSpecification |
CustomizedMetricSpecification.withMetrics(Collection<TargetTrackingMetricDataQuery> metrics)
The metrics to include in the target tracking scaling policy, as a metric data query.
|
CustomizedMetricSpecification |
CustomizedMetricSpecification.withMetrics(TargetTrackingMetricDataQuery... metrics)
The metrics to include in the target tracking scaling policy, as a metric data query.
|
CustomizedMetricSpecification |
CustomizedMetricSpecification.withNamespace(String namespace)
The namespace of the metric.
|
CustomizedMetricSpecification |
CustomizedMetricSpecification.withStatistic(MetricStatistic statistic)
The statistic of the metric.
|
CustomizedMetricSpecification |
CustomizedMetricSpecification.withStatistic(String statistic)
The statistic of the metric.
|
CustomizedMetricSpecification |
CustomizedMetricSpecification.withUnit(String unit)
The unit of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TargetTrackingConfiguration.setCustomizedMetricSpecification(CustomizedMetricSpecification customizedMetricSpecification)
A customized metric.
|
TargetTrackingConfiguration |
TargetTrackingConfiguration.withCustomizedMetricSpecification(CustomizedMetricSpecification customizedMetricSpecification)
A customized metric.
|
Copyright © 2025. All rights reserved.