@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSAutoScalingPlans extends Object implements AWSAutoScalingPlans
AWSAutoScalingPlans. Convenient method forms pass through to the corresponding
overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier | Constructor and Description |
|---|---|
protected |
AbstractAWSAutoScalingPlans() |
| Modifier and Type | Method and Description |
|---|---|
CreateScalingPlanResult |
createScalingPlan(CreateScalingPlanRequest request)
Creates a scaling plan.
|
DeleteScalingPlanResult |
deleteScalingPlan(DeleteScalingPlanRequest request)
Deletes the specified scaling plan.
|
DescribeScalingPlanResourcesResult |
describeScalingPlanResources(DescribeScalingPlanResourcesRequest request)
Describes the scalable resources in the specified scaling plan.
|
DescribeScalingPlansResult |
describeScalingPlans(DescribeScalingPlansRequest request)
Describes the specified scaling plans or all of your scaling plans.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
UpdateScalingPlanResult |
updateScalingPlan(UpdateScalingPlanRequest request)
Updates the scaling plan for the specified scaling plan.
|
public CreateScalingPlanResult createScalingPlan(CreateScalingPlanRequest request)
AWSAutoScalingPlansCreates 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.
createScalingPlan in interface AWSAutoScalingPlanspublic DeleteScalingPlanResult deleteScalingPlan(DeleteScalingPlanRequest request)
AWSAutoScalingPlansDeletes the specified scaling plan.
deleteScalingPlan in interface AWSAutoScalingPlanspublic DescribeScalingPlanResourcesResult describeScalingPlanResources(DescribeScalingPlanResourcesRequest request)
AWSAutoScalingPlansDescribes the scalable resources in the specified scaling plan.
describeScalingPlanResources in interface AWSAutoScalingPlanspublic DescribeScalingPlansResult describeScalingPlans(DescribeScalingPlansRequest request)
AWSAutoScalingPlansDescribes the specified scaling plans or all of your scaling plans.
describeScalingPlans in interface AWSAutoScalingPlanspublic UpdateScalingPlanResult updateScalingPlan(UpdateScalingPlanRequest request)
AWSAutoScalingPlansUpdates 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.
updateScalingPlan in interface AWSAutoScalingPlanspublic void shutdown()
AWSAutoScalingPlansshutdown in interface AWSAutoScalingPlanspublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSAutoScalingPlansResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AWSAutoScalingPlansrequest - The originally executed request.Copyright © 2018. All rights reserved.