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.withAutoScalingGroupName(String autoScalingGroupName)
The name or the Amazon Resource Name (ARN) of the Auto Scaling group.
|
ExecutePolicyRequest |
ExecutePolicyRequest.withHonorCooldown(Boolean honorCooldown)
Set to
True if you want Auto Scaling to wait for the
cooldown period associated with the Auto Scaling group to complete
before executing the policy. |
ExecutePolicyRequest |
ExecutePolicyRequest.withPolicyName(String policyName)
The name or ARN of the policy you want to run.
|
Copyright © 2014. All rights reserved.