Package | Description |
---|---|
com.amazonaws.services.applicationautoscaling.model |
Modifier and Type | Method and Description |
---|---|
Alarm |
Alarm.clone() |
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()
The CloudWatch alarms that are associated with the scaling policy.
|
Modifier and Type | Method and Description |
---|---|
ScalingPolicy |
ScalingPolicy.withAlarms(Alarm... alarms)
The CloudWatch alarms that are associated with the scaling policy.
|
Modifier and Type | Method and Description |
---|---|
void |
ScalingPolicy.setAlarms(Collection<Alarm> alarms)
The CloudWatch alarms that are associated with the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withAlarms(Collection<Alarm> alarms)
The CloudWatch alarms that are associated with the scaling policy.
|
Copyright © 2018. All rights reserved.