Uses of Class
software.amazon.awssdk.services.applicationautoscaling.model.StepAdjustment
-
Packages that use StepAdjustment Package Description software.amazon.awssdk.services.applicationautoscaling.model -
-
Uses of StepAdjustment in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.model that return types with arguments of type StepAdjustment Modifier and Type Method Description List<StepAdjustment>StepScalingPolicyConfiguration. stepAdjustments()A set of adjustments that enable you to scale based on the size of the alarm breach.Methods in software.amazon.awssdk.services.applicationautoscaling.model with parameters of type StepAdjustment Modifier and Type Method Description StepScalingPolicyConfiguration.BuilderStepScalingPolicyConfiguration.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.applicationautoscaling.model with type arguments of type StepAdjustment Modifier and Type Method Description StepScalingPolicyConfiguration.BuilderStepScalingPolicyConfiguration.Builder. stepAdjustments(Collection<StepAdjustment> stepAdjustments)A set of adjustments that enable you to scale based on the size of the alarm breach.
-