Package | Description |
---|---|
com.amazonaws.services.autoscaling | |
com.amazonaws.services.autoscaling.model |
Modifier and Type | Method and Description |
---|---|
Future<PutScalingPolicyResult> |
AmazonAutoScalingAsyncClient.putScalingPolicyAsync(PutScalingPolicyRequest request,
AsyncHandler<PutScalingPolicyRequest,PutScalingPolicyResult> asyncHandler) |
Future<PutScalingPolicyResult> |
AbstractAmazonAutoScalingAsync.putScalingPolicyAsync(PutScalingPolicyRequest request,
AsyncHandler<PutScalingPolicyRequest,PutScalingPolicyResult> asyncHandler) |
Future<PutScalingPolicyResult> |
AmazonAutoScalingAsync.putScalingPolicyAsync(PutScalingPolicyRequest putScalingPolicyRequest,
AsyncHandler<PutScalingPolicyRequest,PutScalingPolicyResult> asyncHandler)
Creates or updates a policy for an Auto Scaling group.
|
Modifier and Type | Method and Description |
---|---|
PutScalingPolicyRequest |
PutScalingPolicyRequest.clone() |
PutScalingPolicyRequest |
PutScalingPolicyRequest.withAdjustmentType(String adjustmentType)
The adjustment type.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withAutoScalingGroupName(String autoScalingGroupName)
The name or ARN of the group.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withCooldown(Integer cooldown)
The amount of time, in seconds, after a scaling activity completes and
before the next scaling activity can start.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withEstimatedInstanceWarmup(Integer estimatedInstanceWarmup)
The estimated time, in seconds, until a newly launched instance can
contribute to the CloudWatch metrics.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withMetricAggregationType(String metricAggregationType)
The aggregation type for the CloudWatch metrics.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withMinAdjustmentMagnitude(Integer minAdjustmentMagnitude)
The minimum number of instances to scale.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withMinAdjustmentStep(Integer minAdjustmentStep)
Available for backward compatibility.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withPolicyName(String policyName)
The name of the policy.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withPolicyType(String policyType)
The policy type.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withScalingAdjustment(Integer scalingAdjustment)
The amount by which to scale, based on the specified adjustment type.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withStepAdjustments(Collection<StepAdjustment> stepAdjustments)
A set of adjustments that enable you to scale based on the size of the
alarm breach.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withStepAdjustments(StepAdjustment... stepAdjustments)
A set of adjustments that enable you to scale based on the size of the
alarm breach.
|
Copyright © 2018. All rights reserved.