Uses of Class
software.amazon.awssdk.services.autoscaling.model.Alarm
-
Packages that use Alarm Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of Alarm in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.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 related to the policy.Methods in software.amazon.awssdk.services.autoscaling.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 related to the policy.Method parameters in software.amazon.awssdk.services.autoscaling.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 related to the policy.
-