Uses of Class
com.amazonaws.services.applicationautoscaling.model.Alarm
Packages that use Alarm
-
Uses of Alarm in com.amazonaws.services.applicationautoscaling.model
Methods in com.amazonaws.services.applicationautoscaling.model that return AlarmModifier and TypeMethodDescriptionAlarm.clone()Alarm.withAlarmARN(String alarmARN) The Amazon Resource Name (ARN) of the alarm.Alarm.withAlarmName(String alarmName) The name of the alarm.Methods in com.amazonaws.services.applicationautoscaling.model that return types with arguments of type AlarmModifier and TypeMethodDescriptionScalingPolicy.getAlarms()The CloudWatch alarms that are associated with the scaling policy.Methods in com.amazonaws.services.applicationautoscaling.model with parameters of type AlarmModifier and TypeMethodDescriptionScalingPolicy.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 AlarmModifier and TypeMethodDescriptionvoidScalingPolicy.setAlarms(Collection<Alarm> alarms) The CloudWatch alarms that are associated with the scaling policy.ScalingPolicy.withAlarms(Collection<Alarm> alarms) The CloudWatch alarms that are associated with the scaling policy.