Uses of Class
com.amazonaws.services.applicationautoscaling.model.StepAdjustment
Packages that use StepAdjustment
-
Uses of StepAdjustment in com.amazonaws.services.applicationautoscaling.model
Methods in com.amazonaws.services.applicationautoscaling.model that return StepAdjustmentModifier and TypeMethodDescriptionStepAdjustment.clone()
StepAdjustment.withMetricIntervalLowerBound
(Double metricIntervalLowerBound) The lower bound for the difference between the alarm threshold and the CloudWatch metric.StepAdjustment.withMetricIntervalUpperBound
(Double metricIntervalUpperBound) The upper bound for the difference between the alarm threshold and the CloudWatch metric.StepAdjustment.withScalingAdjustment
(Integer scalingAdjustment) The amount by which to scale, based on the specified adjustment type.Methods in com.amazonaws.services.applicationautoscaling.model that return types with arguments of type StepAdjustmentModifier and TypeMethodDescriptionStepScalingPolicyConfiguration.getStepAdjustments()
A set of adjustments that enable you to scale based on the size of the alarm breach.Methods in com.amazonaws.services.applicationautoscaling.model with parameters of type StepAdjustmentModifier and TypeMethodDescriptionStepScalingPolicyConfiguration.withStepAdjustments
(StepAdjustment... stepAdjustments) A set of adjustments that enable you to scale based on the size of the alarm breach.Method parameters in com.amazonaws.services.applicationautoscaling.model with type arguments of type StepAdjustmentModifier and TypeMethodDescriptionvoid
StepScalingPolicyConfiguration.setStepAdjustments
(Collection<StepAdjustment> stepAdjustments) A set of adjustments that enable you to scale based on the size of the alarm breach.StepScalingPolicyConfiguration.withStepAdjustments
(Collection<StepAdjustment> stepAdjustments) A set of adjustments that enable you to scale based on the size of the alarm breach.