| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling |
Synchronous and asynchronous client classes for accessing AmazonAutoScaling.
|
| com.amazonaws.services.autoscaling.model |
Classes modeling the various types represented by AmazonAutoScaling.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AmazonAutoScalingClient.executePolicy(ExecutePolicyRequest executePolicyRequest)
Executes the specified policy.
|
void |
AmazonAutoScaling.executePolicy(ExecutePolicyRequest executePolicyRequest)
Executes the specified policy.
|
Future<Void> |
AmazonAutoScalingAsync.executePolicyAsync(ExecutePolicyRequest executePolicyRequest)
Executes the specified policy.
|
Future<Void> |
AmazonAutoScalingAsyncClient.executePolicyAsync(ExecutePolicyRequest executePolicyRequest)
Executes the specified policy.
|
Future<Void> |
AmazonAutoScalingAsync.executePolicyAsync(ExecutePolicyRequest executePolicyRequest,
AsyncHandler<ExecutePolicyRequest,Void> asyncHandler)
Executes the specified policy.
|
Future<Void> |
AmazonAutoScalingAsyncClient.executePolicyAsync(ExecutePolicyRequest executePolicyRequest,
AsyncHandler<ExecutePolicyRequest,Void> asyncHandler)
Executes the specified policy.
|
| Modifier and Type | Method and Description |
|---|---|
Future<Void> |
AmazonAutoScalingAsync.executePolicyAsync(ExecutePolicyRequest executePolicyRequest,
AsyncHandler<ExecutePolicyRequest,Void> asyncHandler)
Executes the specified policy.
|
Future<Void> |
AmazonAutoScalingAsyncClient.executePolicyAsync(ExecutePolicyRequest executePolicyRequest,
AsyncHandler<ExecutePolicyRequest,Void> asyncHandler)
Executes the specified policy.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutePolicyRequest |
ExecutePolicyRequest.clone() |
ExecutePolicyRequest |
ExecutePolicyRequest.withAutoScalingGroupName(String autoScalingGroupName)
The name or Amazon Resource Name (ARN) of the Auto Scaling group.
|
ExecutePolicyRequest |
ExecutePolicyRequest.withBreachThreshold(Double breachThreshold)
The breach threshold for the alarm.
|
ExecutePolicyRequest |
ExecutePolicyRequest.withHonorCooldown(Boolean honorCooldown)
If this parameter is true, Auto Scaling waits for the cooldown period
to complete before executing the policy.
|
ExecutePolicyRequest |
ExecutePolicyRequest.withMetricValue(Double metricValue)
The metric value to compare to
BreachThreshold. |
ExecutePolicyRequest |
ExecutePolicyRequest.withPolicyName(String policyName)
The name or ARN of the policy.
|
Copyright © 2015. All rights reserved.