Uses of Class
com.amazonaws.services.autoscaling.model.ScalingPolicy
Packages that use ScalingPolicy
-
Uses of ScalingPolicy in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return ScalingPolicyModifier and TypeMethodDescriptionScalingPolicy.clone()
ScalingPolicy.withAdjustmentType
(String adjustmentType) The adjustment type, which specifies howScalingAdjustment
is interpreted.ScalingPolicy.withAlarms
(Alarm... alarms) The CloudWatch alarms related to the policy.ScalingPolicy.withAlarms
(Collection<Alarm> alarms) The CloudWatch alarms related to the policy.ScalingPolicy.withAutoScalingGroupName
(String autoScalingGroupName) The name of the Auto Scaling group associated with this scaling policy.ScalingPolicy.withCooldown
(Integer cooldown) The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.ScalingPolicy.withEstimatedInstanceWarmup
(Integer estimatedInstanceWarmup) The estimated time, in seconds, until a newly launched instance can contribute to the CloudWatch metrics.ScalingPolicy.withMetricAggregationType
(String metricAggregationType) The aggregation type for the CloudWatch metrics.ScalingPolicy.withMinAdjustmentMagnitude
(Integer minAdjustmentMagnitude) The minimum number of instances to scale.ScalingPolicy.withMinAdjustmentStep
(Integer minAdjustmentStep) Available for backward compatibility.ScalingPolicy.withPolicyARN
(String policyARN) The Amazon Resource Name (ARN) of the policy.ScalingPolicy.withPolicyName
(String policyName) The name of the scaling policy.ScalingPolicy.withPolicyType
(String policyType) The policy type.ScalingPolicy.withScalingAdjustment
(Integer scalingAdjustment) The amount by which to scale, based on the specified adjustment type.ScalingPolicy.withStepAdjustments
(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.Methods in com.amazonaws.services.autoscaling.model that return types with arguments of type ScalingPolicyModifier and TypeMethodDescriptionDescribePoliciesResult.getScalingPolicies()
The scaling policies.Methods in com.amazonaws.services.autoscaling.model with parameters of type ScalingPolicyModifier and TypeMethodDescriptionDescribePoliciesResult.withScalingPolicies
(ScalingPolicy... scalingPolicies) The scaling policies.Method parameters in com.amazonaws.services.autoscaling.model with type arguments of type ScalingPolicyModifier and TypeMethodDescriptionvoid
DescribePoliciesResult.setScalingPolicies
(Collection<ScalingPolicy> scalingPolicies) The scaling policies.DescribePoliciesResult.withScalingPolicies
(Collection<ScalingPolicy> scalingPolicies) The scaling policies.