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 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.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 ScalingPolicy
ScalingPolicy. 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 void
ScalingPolicy. setAlarms(Collection<Alarm> alarms)
The CloudWatch alarms that are associated with the scaling policy.ScalingPolicy
ScalingPolicy. withAlarms(Collection<Alarm> alarms)
The CloudWatch alarms that are associated with the scaling policy.
-