| Package | Description |
|---|---|
| com.amazonaws.services.autoscalingplans.model |
| Modifier and Type | Method and Description |
|---|---|
MetricDimension |
MetricDimension.clone() |
MetricDimension |
MetricDimension.withName(String name)
The name of the dimension.
|
MetricDimension |
MetricDimension.withValue(String value)
The value of the dimension.
|
| Modifier and Type | Method and Description |
|---|---|
List<MetricDimension> |
CustomizedScalingMetricSpecification.getDimensions()
The dimensions of the metric.
|
List<MetricDimension> |
CustomizedLoadMetricSpecification.getDimensions()
The dimensions of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
CustomizedScalingMetricSpecification |
CustomizedScalingMetricSpecification.withDimensions(MetricDimension... dimensions)
The dimensions of the metric.
|
CustomizedLoadMetricSpecification |
CustomizedLoadMetricSpecification.withDimensions(MetricDimension... dimensions)
The dimensions of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomizedScalingMetricSpecification.setDimensions(Collection<MetricDimension> dimensions)
The dimensions of the metric.
|
void |
CustomizedLoadMetricSpecification.setDimensions(Collection<MetricDimension> dimensions)
The dimensions of the metric.
|
CustomizedScalingMetricSpecification |
CustomizedScalingMetricSpecification.withDimensions(Collection<MetricDimension> dimensions)
The dimensions of the metric.
|
CustomizedLoadMetricSpecification |
CustomizedLoadMetricSpecification.withDimensions(Collection<MetricDimension> dimensions)
The dimensions of the metric.
|
Copyright © 2022. All rights reserved.