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.deletePolicy(DeletePolicyRequest deletePolicyRequest)
Deletes a policy created by PutScalingPolicy.
|
void |
AmazonAutoScaling.deletePolicy(DeletePolicyRequest deletePolicyRequest)
Deletes a policy created by PutScalingPolicy.
|
Future<Void> |
AmazonAutoScalingAsync.deletePolicyAsync(DeletePolicyRequest deletePolicyRequest)
Deletes a policy created by PutScalingPolicy.
|
Future<Void> |
AmazonAutoScalingAsyncClient.deletePolicyAsync(DeletePolicyRequest deletePolicyRequest)
Deletes a policy created by PutScalingPolicy.
|
Future<Void> |
AmazonAutoScalingAsync.deletePolicyAsync(DeletePolicyRequest deletePolicyRequest,
AsyncHandler<DeletePolicyRequest,Void> asyncHandler)
Deletes a policy created by PutScalingPolicy.
|
Future<Void> |
AmazonAutoScalingAsyncClient.deletePolicyAsync(DeletePolicyRequest deletePolicyRequest,
AsyncHandler<DeletePolicyRequest,Void> asyncHandler)
Deletes a policy created by PutScalingPolicy.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonAutoScalingAsync.deletePolicyAsync(DeletePolicyRequest deletePolicyRequest,
AsyncHandler<DeletePolicyRequest,Void> asyncHandler)
Deletes a policy created by PutScalingPolicy.
|
Future<Void> |
AmazonAutoScalingAsyncClient.deletePolicyAsync(DeletePolicyRequest deletePolicyRequest,
AsyncHandler<DeletePolicyRequest,Void> asyncHandler)
Deletes a policy created by PutScalingPolicy.
|
Modifier and Type | Method and Description |
---|---|
DeletePolicyRequest |
DeletePolicyRequest.withAutoScalingGroupName(String autoScalingGroupName)
The name of the Auto Scaling group.
|
DeletePolicyRequest |
DeletePolicyRequest.withPolicyName(String policyName)
The name or PolicyARN of the policy you want to delete.
|
Copyright © 2014. All rights reserved.