Uses of Class
com.amazonaws.services.applicationautoscaling.model.Alarm
-
Packages that use Alarm Package Description com.amazonaws.services.applicationautoscaling.model -
-
Uses of Alarm in com.amazonaws.services.applicationautoscaling.model
Methods in com.amazonaws.services.applicationautoscaling.model that return Alarm Modifier and Type Method Description AlarmAlarm. clone()AlarmAlarm. withAlarmARN(String alarmARN)The Amazon Resource Name (ARN) of the alarm.AlarmAlarm. withAlarmName(String alarmName)The name of the alarm.Methods in com.amazonaws.services.applicationautoscaling.model that return types with arguments of type Alarm Modifier and Type Method Description List<Alarm>ScalingPolicy. getAlarms()The CloudWatch alarms that are associated with the scaling policy.Methods in com.amazonaws.services.applicationautoscaling.model with parameters of type Alarm Modifier and Type Method Description ScalingPolicyScalingPolicy. withAlarms(Alarm... alarms)The CloudWatch alarms that are associated with the scaling policy.Method parameters in com.amazonaws.services.applicationautoscaling.model with type arguments of type Alarm Modifier and Type Method Description voidScalingPolicy. setAlarms(Collection<Alarm> alarms)The CloudWatch alarms that are associated with the scaling policy.ScalingPolicyScalingPolicy. withAlarms(Collection<Alarm> alarms)The CloudWatch alarms that are associated with the scaling policy.
-