Uses of Class
com.amazonaws.services.autoscaling.model.StepAdjustment
Packages that use StepAdjustment
-
Uses of StepAdjustment in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.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.autoscaling.model that return types with arguments of type StepAdjustmentModifier and TypeMethodDescriptionPutScalingPolicyRequest.getStepAdjustments()
A set of adjustments that enable you to scale based on the size of the alarm breach.ScalingPolicy.getStepAdjustments()
A set of adjustments that enable you to scale based on the size of the alarm breach.Methods in com.amazonaws.services.autoscaling.model with parameters of type StepAdjustmentModifier and TypeMethodDescriptionPutScalingPolicyRequest.withStepAdjustments
(StepAdjustment... stepAdjustments) A set of adjustments that enable you to scale based on the size of the alarm breach.ScalingPolicy.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.autoscaling.model with type arguments of type StepAdjustmentModifier and TypeMethodDescriptionvoid
PutScalingPolicyRequest.setStepAdjustments
(Collection<StepAdjustment> stepAdjustments) A set of adjustments that enable you to scale based on the size of the alarm breach.void
ScalingPolicy.setStepAdjustments
(Collection<StepAdjustment> stepAdjustments) A set of adjustments that enable you to scale based on the size of the alarm breach.PutScalingPolicyRequest.withStepAdjustments
(Collection<StepAdjustment> stepAdjustments) A set of adjustments that enable you to scale based on the size of the alarm breach.ScalingPolicy.withStepAdjustments
(Collection<StepAdjustment> stepAdjustments) A set of adjustments that enable you to scale based on the size of the alarm breach.