| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.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> |
Metric.getDimensions()
The dimensions for the metric.
|
List<MetricDimension> |
CustomizedMetricSpecification.getDimensions()
The dimensions of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
Metric |
Metric.withDimensions(MetricDimension... dimensions)
The dimensions for the metric.
|
CustomizedMetricSpecification |
CustomizedMetricSpecification.withDimensions(MetricDimension... dimensions)
The dimensions of the metric.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Metric.setDimensions(Collection<MetricDimension> dimensions)
The dimensions for the metric.
|
void |
CustomizedMetricSpecification.setDimensions(Collection<MetricDimension> dimensions)
The dimensions of the metric.
|
Metric |
Metric.withDimensions(Collection<MetricDimension> dimensions)
The dimensions for the metric.
|
CustomizedMetricSpecification |
CustomizedMetricSpecification.withDimensions(Collection<MetricDimension> dimensions)
The dimensions of the metric.
|
Copyright © 2022. All rights reserved.