Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.Alarm
-
Packages that use Alarm Package Description software.amazon.awssdk.services.applicationautoscaling.model -
-
Uses of Alarm in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.model that return types with arguments of type Alarm Modifier and Type Method Description List<Alarm>PutScalingPolicyResponse. alarms()The CloudWatch alarms created for the target tracking scaling policy.List<Alarm>ScalingPolicy. alarms()The CloudWatch alarms associated with the scaling policy.Methods in software.amazon.awssdk.services.applicationautoscaling.model with parameters of type Alarm Modifier and Type Method Description PutScalingPolicyResponse.BuilderPutScalingPolicyResponse.Builder. alarms(Alarm... alarms)The CloudWatch alarms created for the target tracking scaling policy.ScalingPolicy.BuilderScalingPolicy.Builder. alarms(Alarm... alarms)The CloudWatch alarms associated with the scaling policy.Method parameters in software.amazon.awssdk.services.applicationautoscaling.model with type arguments of type Alarm Modifier and Type Method Description PutScalingPolicyResponse.BuilderPutScalingPolicyResponse.Builder. alarms(Collection<Alarm> alarms)The CloudWatch alarms created for the target tracking scaling policy.ScalingPolicy.BuilderScalingPolicy.Builder. alarms(Collection<Alarm> alarms)The CloudWatch alarms associated with the scaling policy.
-