Uses of Class
software.amazon.awssdk.services.autoscaling.model.StepAdjustment
-
Packages that use StepAdjustment Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of StepAdjustment in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type StepAdjustment Modifier and Type Method Description List<StepAdjustment>PutScalingPolicyRequest. stepAdjustments()A set of adjustments that enable you to scale based on the size of the alarm breach.List<StepAdjustment>ScalingPolicy. stepAdjustments()A set of adjustments that enable you to scale based on the size of the alarm breach.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type StepAdjustment Modifier and Type Method Description PutScalingPolicyRequest.BuilderPutScalingPolicyRequest.Builder. stepAdjustments(StepAdjustment... stepAdjustments)A set of adjustments that enable you to scale based on the size of the alarm breach.ScalingPolicy.BuilderScalingPolicy.Builder. stepAdjustments(StepAdjustment... stepAdjustments)A set of adjustments that enable you to scale based on the size of the alarm breach.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type StepAdjustment Modifier and Type Method Description PutScalingPolicyRequest.BuilderPutScalingPolicyRequest.Builder. stepAdjustments(Collection<StepAdjustment> stepAdjustments)A set of adjustments that enable you to scale based on the size of the alarm breach.ScalingPolicy.BuilderScalingPolicy.Builder. stepAdjustments(Collection<StepAdjustment> stepAdjustments)A set of adjustments that enable you to scale based on the size of the alarm breach.
-