| Package | Description |
|---|---|
| com.amazonaws.services.autoscalingplans.model |
| Modifier and Type | Method and Description |
|---|---|
CustomizedScalingMetricSpecification |
CustomizedScalingMetricSpecification.clone() |
CustomizedScalingMetricSpecification |
TargetTrackingConfiguration.getCustomizedScalingMetricSpecification()
A customized metric.
|
CustomizedScalingMetricSpecification |
CustomizedScalingMetricSpecification.withDimensions(Collection<MetricDimension> dimensions)
The dimensions of the metric.
|
CustomizedScalingMetricSpecification |
CustomizedScalingMetricSpecification.withDimensions(MetricDimension... dimensions)
The dimensions of the metric.
|
CustomizedScalingMetricSpecification |
CustomizedScalingMetricSpecification.withMetricName(String metricName)
The name of the metric.
|
CustomizedScalingMetricSpecification |
CustomizedScalingMetricSpecification.withNamespace(String namespace)
The namespace of the metric.
|
CustomizedScalingMetricSpecification |
CustomizedScalingMetricSpecification.withStatistic(MetricStatistic statistic)
The statistic of the metric.
|
CustomizedScalingMetricSpecification |
CustomizedScalingMetricSpecification.withStatistic(String statistic)
The statistic of the metric.
|
CustomizedScalingMetricSpecification |
CustomizedScalingMetricSpecification.withUnit(String unit)
The unit of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TargetTrackingConfiguration.setCustomizedScalingMetricSpecification(CustomizedScalingMetricSpecification customizedScalingMetricSpecification)
A customized metric.
|
TargetTrackingConfiguration |
TargetTrackingConfiguration.withCustomizedScalingMetricSpecification(CustomizedScalingMetricSpecification customizedScalingMetricSpecification)
A customized metric.
|
Copyright © 2019. All rights reserved.