| Package | Description |
|---|---|
| com.amazonaws.services.applicationautoscaling.model | |
| com.amazonaws.services.applicationautoscaling.model.transform |
| 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 associated with the scaling policy.
|
| Modifier and Type | Method and Description |
|---|---|
ScalingPolicy |
ScalingPolicy.withAlarms(Alarm... alarms)
The CloudWatch alarms associated with the scaling policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScalingPolicy.setAlarms(Collection<Alarm> alarms)
The CloudWatch alarms associated with the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withAlarms(Collection<Alarm> alarms)
The CloudWatch alarms associated with the scaling policy.
|
| Modifier and Type | Method and Description |
|---|---|
Alarm |
AlarmJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
AlarmMarshaller.marshall(Alarm alarm,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.