| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
EnabledMetric |
EnabledMetric.clone() |
EnabledMetric |
EnabledMetric.withGranularity(String granularity)
The granularity of the metric.
|
EnabledMetric |
EnabledMetric.withMetric(String metric)
One of the following metrics:
|
| Modifier and Type | Method and Description |
|---|---|
List<EnabledMetric> |
AutoScalingGroup.getEnabledMetrics()
The metrics enabled for the group.
|
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroup |
AutoScalingGroup.withEnabledMetrics(EnabledMetric... enabledMetrics)
The metrics enabled for the group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutoScalingGroup.setEnabledMetrics(Collection<EnabledMetric> enabledMetrics)
The metrics enabled for the group.
|
AutoScalingGroup |
AutoScalingGroup.withEnabledMetrics(Collection<EnabledMetric> enabledMetrics)
The metrics enabled for the group.
|
Copyright © 2025. All rights reserved.