| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
Classes modeling the various types represented by AmazonAutoScaling.
|
| Modifier and Type | Method and Description |
|---|---|
EnabledMetric |
EnabledMetric.withGranularity(String granularity)
The granularity of the enabled metric.
|
EnabledMetric |
EnabledMetric.withMetric(String metric)
The name of the enabled metric.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnabledMetric> |
AutoScalingGroup.getEnabledMetrics()
A list of metrics enabled for this Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroup |
AutoScalingGroup.withEnabledMetrics(EnabledMetric... enabledMetrics)
A list of metrics enabled for this Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AutoScalingGroup.setEnabledMetrics(Collection<EnabledMetric> enabledMetrics)
A list of metrics enabled for this Auto Scaling group.
|
AutoScalingGroup |
AutoScalingGroup.withEnabledMetrics(Collection<EnabledMetric> enabledMetrics)
A list of metrics enabled for this Auto Scaling group.
|
Copyright © 2014. All rights reserved.