Uses of Class
com.amazonaws.services.applicationautoscaling.model.StepScalingPolicyConfiguration
Packages that use StepScalingPolicyConfiguration
-
Uses of StepScalingPolicyConfiguration in com.amazonaws.services.applicationautoscaling.model
Methods in com.amazonaws.services.applicationautoscaling.model that return StepScalingPolicyConfigurationModifier and TypeMethodDescriptionStepScalingPolicyConfiguration.clone()PutScalingPolicyRequest.getStepScalingPolicyConfiguration()The configuration for the step scaling policy.ScalingPolicy.getStepScalingPolicyConfiguration()The configuration for the step scaling policy.StepScalingPolicyConfiguration.withAdjustmentType(AdjustmentType adjustmentType) The adjustment type, which specifies how theScalingAdjustmentparameter in a StepAdjustment is interpreted.StepScalingPolicyConfiguration.withAdjustmentType(String adjustmentType) The adjustment type, which specifies how theScalingAdjustmentparameter in a StepAdjustment is interpreted.StepScalingPolicyConfiguration.withCooldown(Integer cooldown) The amount of time, in seconds, after a scaling activity completes where previous trigger-related scaling activities can influence future scaling events.StepScalingPolicyConfiguration.withMetricAggregationType(MetricAggregationType metricAggregationType) The aggregation type for the CloudWatch metrics.StepScalingPolicyConfiguration.withMetricAggregationType(String metricAggregationType) The aggregation type for the CloudWatch metrics.StepScalingPolicyConfiguration.withMinAdjustmentMagnitude(Integer minAdjustmentMagnitude) The minimum number to adjust your scalable dimension as a result of a scaling activity.StepScalingPolicyConfiguration.withStepAdjustments(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.Methods in com.amazonaws.services.applicationautoscaling.model with parameters of type StepScalingPolicyConfigurationModifier and TypeMethodDescriptionvoidPutScalingPolicyRequest.setStepScalingPolicyConfiguration(StepScalingPolicyConfiguration stepScalingPolicyConfiguration) The configuration for the step scaling policy.voidScalingPolicy.setStepScalingPolicyConfiguration(StepScalingPolicyConfiguration stepScalingPolicyConfiguration) The configuration for the step scaling policy.PutScalingPolicyRequest.withStepScalingPolicyConfiguration(StepScalingPolicyConfiguration stepScalingPolicyConfiguration) The configuration for the step scaling policy.ScalingPolicy.withStepScalingPolicyConfiguration(StepScalingPolicyConfiguration stepScalingPolicyConfiguration) The configuration for the step scaling policy.