Package | Description |
---|---|
com.amazonaws.services.applicationautoscaling.model | |
com.amazonaws.services.applicationautoscaling.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Alarm> |
ScalingPolicy.alarms
The CloudWatch alarms that are associated with the scaling policy.
|
Modifier and Type | Method and Description |
---|---|
Alarm |
Alarm.clone() |
Alarm |
Alarm.withAlarmARN(java.lang.String alarmARN)
The Amazon Resource Name (ARN) of the alarm.
|
Alarm |
Alarm.withAlarmName(java.lang.String alarmName)
The name of the alarm.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<Alarm> alarms)
The CloudWatch alarms that are associated with the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withAlarms(java.util.Collection<Alarm> alarms)
The CloudWatch alarms that are associated with the scaling policy.
|
Modifier and Type | Method and Description |
---|---|
Alarm |
AlarmJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
AlarmJsonMarshaller.marshall(Alarm alarm,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|