Package | Description |
---|---|
com.amazonaws.services.autoscaling.model |
Classes modeling the various types represented by AmazonAutoScaling.
|
Modifier and Type | Method and Description |
---|---|
Alarm |
Alarm.withAlarmARN(String alarmARN)
The Amazon Resource Name (ARN) of the alarm.
|
Alarm |
Alarm.withAlarmName(String alarmName)
The name of the alarm.
|
Modifier and Type | Method and Description |
---|---|
List<Alarm> |
ScalingPolicy.getAlarms()
A list of CloudWatch Alarms related to the policy.
|
Modifier and Type | Method and Description |
---|---|
ScalingPolicy |
ScalingPolicy.withAlarms(Alarm... alarms)
A list of CloudWatch Alarms related to the policy.
|
Modifier and Type | Method and Description |
---|---|
void |
ScalingPolicy.setAlarms(Collection<Alarm> alarms)
A list of CloudWatch Alarms related to the policy.
|
ScalingPolicy |
ScalingPolicy.withAlarms(Collection<Alarm> alarms)
A list of CloudWatch Alarms related to the policy.
|
Copyright © 2014. All rights reserved.