Uses of Class
com.amazonaws.services.autoscaling.model.StepAdjustment
-
Packages that use StepAdjustment Package Description com.amazonaws.services.autoscaling.model -
-
Uses of StepAdjustment in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return StepAdjustment Modifier and Type Method Description StepAdjustment
StepAdjustment. clone()
StepAdjustment
StepAdjustment. withMetricIntervalLowerBound(Double metricIntervalLowerBound)
The lower bound for the difference between the alarm threshold and the CloudWatch metric.StepAdjustment
StepAdjustment. withMetricIntervalUpperBound(Double metricIntervalUpperBound)
The upper bound for the difference between the alarm threshold and the CloudWatch metric.StepAdjustment
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 StepAdjustment Modifier and Type Method Description List<StepAdjustment>
PutScalingPolicyRequest. getStepAdjustments()
A set of adjustments that enable you to scale based on the size of the alarm breach.List<StepAdjustment>
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 StepAdjustment Modifier and Type Method Description PutScalingPolicyRequest
PutScalingPolicyRequest. withStepAdjustments(StepAdjustment... stepAdjustments)
A set of adjustments that enable you to scale based on the size of the alarm breach.ScalingPolicy
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 StepAdjustment Modifier and Type Method Description void
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
PutScalingPolicyRequest. withStepAdjustments(Collection<StepAdjustment> stepAdjustments)
A set of adjustments that enable you to scale based on the size of the alarm breach.ScalingPolicy
ScalingPolicy. withStepAdjustments(Collection<StepAdjustment> stepAdjustments)
A set of adjustments that enable you to scale based on the size of the alarm breach.
-