@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSAutoScalingPlansAsync extends AbstractAWSAutoScalingPlans implements AWSAutoScalingPlansAsync
AWSAutoScalingPlansAsync. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler, which throws an
UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSAutoScalingPlansAsync() |
createScalingPlan, deleteScalingPlan, describeScalingPlanResources, describeScalingPlans, getCachedResponseMetadata, shutdown, updateScalingPlanclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateScalingPlan, deleteScalingPlan, describeScalingPlanResources, describeScalingPlans, getCachedResponseMetadata, shutdown, updateScalingPlanpublic Future<CreateScalingPlanResult> createScalingPlanAsync(CreateScalingPlanRequest request)
AWSAutoScalingPlansAsyncCreates a scaling plan.
A scaling plan contains a set of instructions used to configure dynamic scaling for the scalable resources in your application. AWS Auto Scaling creates target tracking scaling policies based on the scaling instructions in your scaling plan.
createScalingPlanAsync in interface AWSAutoScalingPlansAsyncpublic Future<CreateScalingPlanResult> createScalingPlanAsync(CreateScalingPlanRequest request, AsyncHandler<CreateScalingPlanRequest,CreateScalingPlanResult> asyncHandler)
AWSAutoScalingPlansAsyncCreates a scaling plan.
A scaling plan contains a set of instructions used to configure dynamic scaling for the scalable resources in your application. AWS Auto Scaling creates target tracking scaling policies based on the scaling instructions in your scaling plan.
createScalingPlanAsync in interface AWSAutoScalingPlansAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteScalingPlanResult> deleteScalingPlanAsync(DeleteScalingPlanRequest request)
AWSAutoScalingPlansAsyncDeletes the specified scaling plan.
deleteScalingPlanAsync in interface AWSAutoScalingPlansAsyncpublic Future<DeleteScalingPlanResult> deleteScalingPlanAsync(DeleteScalingPlanRequest request, AsyncHandler<DeleteScalingPlanRequest,DeleteScalingPlanResult> asyncHandler)
AWSAutoScalingPlansAsyncDeletes the specified scaling plan.
deleteScalingPlanAsync in interface AWSAutoScalingPlansAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeScalingPlanResourcesResult> describeScalingPlanResourcesAsync(DescribeScalingPlanResourcesRequest request)
AWSAutoScalingPlansAsyncDescribes the scalable resources in the specified scaling plan.
describeScalingPlanResourcesAsync in interface AWSAutoScalingPlansAsyncpublic Future<DescribeScalingPlanResourcesResult> describeScalingPlanResourcesAsync(DescribeScalingPlanResourcesRequest request, AsyncHandler<DescribeScalingPlanResourcesRequest,DescribeScalingPlanResourcesResult> asyncHandler)
AWSAutoScalingPlansAsyncDescribes the scalable resources in the specified scaling plan.
describeScalingPlanResourcesAsync in interface AWSAutoScalingPlansAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeScalingPlansResult> describeScalingPlansAsync(DescribeScalingPlansRequest request)
AWSAutoScalingPlansAsyncDescribes the specified scaling plans or all of your scaling plans.
describeScalingPlansAsync in interface AWSAutoScalingPlansAsyncpublic Future<DescribeScalingPlansResult> describeScalingPlansAsync(DescribeScalingPlansRequest request, AsyncHandler<DescribeScalingPlansRequest,DescribeScalingPlansResult> asyncHandler)
AWSAutoScalingPlansAsyncDescribes the specified scaling plans or all of your scaling plans.
describeScalingPlansAsync in interface AWSAutoScalingPlansAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateScalingPlanResult> updateScalingPlanAsync(UpdateScalingPlanRequest request)
AWSAutoScalingPlansAsyncUpdates the scaling plan for the specified scaling plan.
You cannot update a scaling plan if it is in the process of being created, updated, or deleted.
updateScalingPlanAsync in interface AWSAutoScalingPlansAsyncpublic Future<UpdateScalingPlanResult> updateScalingPlanAsync(UpdateScalingPlanRequest request, AsyncHandler<UpdateScalingPlanRequest,UpdateScalingPlanResult> asyncHandler)
AWSAutoScalingPlansAsyncUpdates the scaling plan for the specified scaling plan.
You cannot update a scaling plan if it is in the process of being created, updated, or deleted.
updateScalingPlanAsync in interface AWSAutoScalingPlansAsyncasyncHandler - Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2018. All rights reserved.