Uses of Interface
software.amazon.awssdk.services.applicationautoscaling.model.StepAdjustment.Builder
-
Packages that use StepAdjustment.Builder Package Description software.amazon.awssdk.services.applicationautoscaling.model -
-
Uses of StepAdjustment.Builder in software.amazon.awssdk.services.applicationautoscaling.model
Methods in software.amazon.awssdk.services.applicationautoscaling.model that return StepAdjustment.Builder Modifier and Type Method Description static StepAdjustment.BuilderStepAdjustment. builder()StepAdjustment.BuilderStepAdjustment.Builder. metricIntervalLowerBound(Double metricIntervalLowerBound)The lower bound for the difference between the alarm threshold and the CloudWatch metric.StepAdjustment.BuilderStepAdjustment.Builder. metricIntervalUpperBound(Double metricIntervalUpperBound)The upper bound for the difference between the alarm threshold and the CloudWatch metric.StepAdjustment.BuilderStepAdjustment.Builder. scalingAdjustment(Integer scalingAdjustment)The amount by which to scale, based on the specified adjustment type.StepAdjustment.BuilderStepAdjustment. toBuilder()Methods in software.amazon.awssdk.services.applicationautoscaling.model that return types with arguments of type StepAdjustment.Builder Modifier and Type Method Description static Class<? extends StepAdjustment.Builder>StepAdjustment. serializableBuilderClass()
-