| Package | Description |
|---|---|
| com.amazonaws.services.autoscalingplans.model |
| Modifier and Type | Method and Description |
|---|---|
CustomizedLoadMetricSpecification |
CustomizedLoadMetricSpecification.clone() |
CustomizedLoadMetricSpecification |
ScalingInstruction.getCustomizedLoadMetricSpecification()
The customized load metric to use for predictive scaling.
|
CustomizedLoadMetricSpecification |
CustomizedLoadMetricSpecification.withDimensions(Collection<MetricDimension> dimensions)
The dimensions of the metric.
|
CustomizedLoadMetricSpecification |
CustomizedLoadMetricSpecification.withDimensions(MetricDimension... dimensions)
The dimensions of the metric.
|
CustomizedLoadMetricSpecification |
CustomizedLoadMetricSpecification.withMetricName(String metricName)
The name of the metric.
|
CustomizedLoadMetricSpecification |
CustomizedLoadMetricSpecification.withNamespace(String namespace)
The namespace of the metric.
|
CustomizedLoadMetricSpecification |
CustomizedLoadMetricSpecification.withStatistic(MetricStatistic statistic)
The statistic of the metric.
|
CustomizedLoadMetricSpecification |
CustomizedLoadMetricSpecification.withStatistic(String statistic)
The statistic of the metric.
|
CustomizedLoadMetricSpecification |
CustomizedLoadMetricSpecification.withUnit(String unit)
The unit of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScalingInstruction.setCustomizedLoadMetricSpecification(CustomizedLoadMetricSpecification customizedLoadMetricSpecification)
The customized load metric to use for predictive scaling.
|
ScalingInstruction |
ScalingInstruction.withCustomizedLoadMetricSpecification(CustomizedLoadMetricSpecification customizedLoadMetricSpecification)
The customized load metric to use for predictive scaling.
|
Copyright © 2025. All rights reserved.