Package | Description |
---|---|
com.amazonaws.services.autoscaling.model | |
com.amazonaws.services.autoscaling.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ScalingPolicy> |
DescribePoliciesResult.scalingPolicies
The scaling policies.
|
Modifier and Type | Method and Description |
---|---|
ScalingPolicy |
ScalingPolicy.clone() |
ScalingPolicy |
ScalingPolicy.withAdjustmentType(java.lang.String adjustmentType)
The adjustment type, which specifies how
ScalingAdjustment
is interpreted. |
ScalingPolicy |
ScalingPolicy.withAlarms(Alarm... alarms)
The CloudWatch alarms related to the policy.
|
ScalingPolicy |
ScalingPolicy.withAlarms(java.util.Collection<Alarm> alarms)
The CloudWatch alarms related to the policy.
|
ScalingPolicy |
ScalingPolicy.withAutoScalingGroupName(java.lang.String autoScalingGroupName)
The name of the Auto Scaling group associated with this scaling policy.
|
ScalingPolicy |
ScalingPolicy.withCooldown(java.lang.Integer cooldown)
The amount of time, in seconds, after a scaling activity completes before
any further trigger-related scaling activities can start.
|
ScalingPolicy |
ScalingPolicy.withEstimatedInstanceWarmup(java.lang.Integer estimatedInstanceWarmup)
The estimated time, in seconds, until a newly launched instance can
contribute to the CloudWatch metrics.
|
ScalingPolicy |
ScalingPolicy.withMetricAggregationType(java.lang.String metricAggregationType)
The aggregation type for the CloudWatch metrics.
|
ScalingPolicy |
ScalingPolicy.withMinAdjustmentMagnitude(java.lang.Integer minAdjustmentMagnitude)
The minimum number of instances to scale.
|
ScalingPolicy |
ScalingPolicy.withMinAdjustmentStep(java.lang.Integer minAdjustmentStep)
Available for backward compatibility.
|
ScalingPolicy |
ScalingPolicy.withPolicyARN(java.lang.String policyARN)
The Amazon Resource Name (ARN) of the policy.
|
ScalingPolicy |
ScalingPolicy.withPolicyName(java.lang.String policyName)
The name of the scaling policy.
|
ScalingPolicy |
ScalingPolicy.withPolicyType(java.lang.String policyType)
The policy type.
|
ScalingPolicy |
ScalingPolicy.withScalingAdjustment(java.lang.Integer scalingAdjustment)
The amount by which to scale, based on the specified adjustment type.
|
ScalingPolicy |
ScalingPolicy.withStepAdjustments(java.util.Collection<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.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ScalingPolicy> |
DescribePoliciesResult.getScalingPolicies()
The scaling policies.
|
Modifier and Type | Method and Description |
---|---|
DescribePoliciesResult |
DescribePoliciesResult.withScalingPolicies(ScalingPolicy... scalingPolicies)
The scaling policies.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribePoliciesResult.setScalingPolicies(java.util.Collection<ScalingPolicy> scalingPolicies)
The scaling policies.
|
DescribePoliciesResult |
DescribePoliciesResult.withScalingPolicies(java.util.Collection<ScalingPolicy> scalingPolicies)
The scaling policies.
|
Modifier and Type | Method and Description |
---|---|
ScalingPolicy |
ScalingPolicyStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |