Package | Description |
---|---|
com.amazonaws.services.autoscaling.model | |
com.amazonaws.services.autoscaling.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<EnabledMetric> |
AutoScalingGroup.enabledMetrics
The metrics enabled for the group.
|
Modifier and Type | Method and Description |
---|---|
EnabledMetric |
EnabledMetric.clone() |
EnabledMetric |
EnabledMetric.withGranularity(java.lang.String granularity)
The granularity of the metric.
|
EnabledMetric |
EnabledMetric.withMetric(java.lang.String metric)
One of the following metrics:
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<EnabledMetric> enabledMetrics)
The metrics enabled for the group.
|
AutoScalingGroup |
AutoScalingGroup.withEnabledMetrics(java.util.Collection<EnabledMetric> enabledMetrics)
The metrics enabled for the group.
|
Modifier and Type | Method and Description |
---|---|
EnabledMetric |
EnabledMetricStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |