| 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 associated with the scaling policy.
|
List<Alarm> |
PutScalingPolicyResult.getAlarms()
The CloudWatch alarms created for the target tracking scaling policy.
|
| Modifier and Type | Method and Description |
|---|---|
ScalingPolicy |
ScalingPolicy.withAlarms(Alarm... alarms)
The CloudWatch alarms associated with the scaling policy.
|
PutScalingPolicyResult |
PutScalingPolicyResult.withAlarms(Alarm... alarms)
The CloudWatch alarms created for the target tracking scaling policy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ScalingPolicy.setAlarms(Collection<Alarm> alarms)
The CloudWatch alarms associated with the scaling policy.
|
void |
PutScalingPolicyResult.setAlarms(Collection<Alarm> alarms)
The CloudWatch alarms created for the target tracking scaling policy.
|
ScalingPolicy |
ScalingPolicy.withAlarms(Collection<Alarm> alarms)
The CloudWatch alarms associated with the scaling policy.
|
PutScalingPolicyResult |
PutScalingPolicyResult.withAlarms(Collection<Alarm> alarms)
The CloudWatch alarms created for the target tracking scaling policy.
|
Copyright © 2021. All rights reserved.