| Package | Description |
|---|---|
| com.amazonaws.services.applicationautoscaling |
Application Auto Scaling is a general purpose Auto Scaling service for supported elastic AWS resources.
|
| com.amazonaws.services.applicationautoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
Future<DeleteScalingPolicyResult> |
AWSApplicationAutoScalingAsync.deleteScalingPolicyAsync(DeleteScalingPolicyRequest deleteScalingPolicyRequest,
AsyncHandler<DeleteScalingPolicyRequest,DeleteScalingPolicyResult> asyncHandler)
Deletes an Application Auto Scaling scaling policy that was previously
created.
|
Future<DeleteScalingPolicyResult> |
AbstractAWSApplicationAutoScalingAsync.deleteScalingPolicyAsync(DeleteScalingPolicyRequest request,
AsyncHandler<DeleteScalingPolicyRequest,DeleteScalingPolicyResult> asyncHandler) |
Future<DeleteScalingPolicyResult> |
AWSApplicationAutoScalingAsyncClient.deleteScalingPolicyAsync(DeleteScalingPolicyRequest request,
AsyncHandler<DeleteScalingPolicyRequest,DeleteScalingPolicyResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteScalingPolicyRequest |
DeleteScalingPolicyRequest.clone() |
DeleteScalingPolicyRequest |
DeleteScalingPolicyRequest.withPolicyName(String policyName)
The name of the scaling policy to delete.
|
DeleteScalingPolicyRequest |
DeleteScalingPolicyRequest.withResourceId(String resourceId)
The unique identifier string for the resource associated with the scaling
policy.
|
DeleteScalingPolicyRequest |
DeleteScalingPolicyRequest.withScalableDimension(ScalableDimension scalableDimension)
The scalable dimension associated with the scaling policy.
|
DeleteScalingPolicyRequest |
DeleteScalingPolicyRequest.withScalableDimension(String scalableDimension)
The scalable dimension associated with the scaling policy.
|
DeleteScalingPolicyRequest |
DeleteScalingPolicyRequest.withServiceNamespace(ServiceNamespace serviceNamespace)
The namespace for the AWS service that the scaling policy is associated
with.
|
DeleteScalingPolicyRequest |
DeleteScalingPolicyRequest.withServiceNamespace(String serviceNamespace)
The namespace for the AWS service that the scaling policy is associated
with.
|
Copyright © 2016. All rights reserved.