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