Package | Description |
---|---|
com.amazonaws.services.autoscaling |
|
com.amazonaws.services.autoscaling.model |
Modifier and Type | Method and Description |
---|---|
Future<PutScalingPolicyResult> |
AmazonAutoScalingAsync.putScalingPolicyAsync(PutScalingPolicyRequest putScalingPolicyRequest,
AsyncHandler<PutScalingPolicyRequest,PutScalingPolicyResult> asyncHandler)
Creates or updates a scaling policy for an Auto Scaling group.
|
Future<PutScalingPolicyResult> |
AbstractAmazonAutoScalingAsync.putScalingPolicyAsync(PutScalingPolicyRequest request,
AsyncHandler<PutScalingPolicyRequest,PutScalingPolicyResult> asyncHandler) |
Future<PutScalingPolicyResult> |
AmazonAutoScalingAsyncClient.putScalingPolicyAsync(PutScalingPolicyRequest request,
AsyncHandler<PutScalingPolicyRequest,PutScalingPolicyResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
PutScalingPolicyRequest |
PutScalingPolicyRequest.clone() |
PutScalingPolicyRequest |
PutScalingPolicyRequest.withAdjustmentType(String adjustmentType)
Specifies how the scaling adjustment is interpreted (for example, an absolute number or a percentage).
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withCooldown(Integer cooldown)
The duration of the policy's cooldown period, in seconds.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withEnabled(Boolean enabled)
Indicates whether the scaling policy is enabled or disabled.
|
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 value to scale by when the adjustment type is
PercentChangeInCapacity . |
PutScalingPolicyRequest |
PutScalingPolicyRequest.withMinAdjustmentStep(Integer minAdjustmentStep)
Available for backward compatibility.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withPolicyName(String policyName)
The name of the policy.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withPolicyType(String policyType)
One of the following policy types:
|
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.
|
PutScalingPolicyRequest |
PutScalingPolicyRequest.withTargetTrackingConfiguration(TargetTrackingConfiguration targetTrackingConfiguration)
A target tracking scaling policy.
|
Copyright © 2021. All rights reserved.