Uses of Class
com.amazonaws.services.autoscaling.model.Alarm
-
Packages that use Alarm Package Description com.amazonaws.services.autoscaling.model -
-
Uses of Alarm in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.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.autoscaling.model that return types with arguments of type Alarm Modifier and Type Method Description List<Alarm>ScalingPolicy. getAlarms()The CloudWatch alarms related to the policy.Methods in com.amazonaws.services.autoscaling.model with parameters of type Alarm Modifier and Type Method Description ScalingPolicyScalingPolicy. withAlarms(Alarm... alarms)The CloudWatch alarms related to the policy.Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type Alarm Modifier and Type Method Description voidScalingPolicy. setAlarms(Collection<Alarm> alarms)The CloudWatch alarms related to the policy.ScalingPolicyScalingPolicy. withAlarms(Collection<Alarm> alarms)The CloudWatch alarms related to the policy.
-