| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscalingplans |
|
| software.amazon.awssdk.services.autoscalingplans.model |
| Modifier and Type | Method and Description |
|---|---|
default CreateScalingPlanResponse |
AutoScalingPlansClient.createScalingPlan(Consumer<CreateScalingPlanRequest.Builder> createScalingPlanRequest)
Creates a scaling plan.
|
default CreateScalingPlanResponse |
AutoScalingPlansClient.createScalingPlan(CreateScalingPlanRequest createScalingPlanRequest)
Creates a scaling plan.
|
default DeleteScalingPlanResponse |
AutoScalingPlansClient.deleteScalingPlan(Consumer<DeleteScalingPlanRequest.Builder> deleteScalingPlanRequest)
Deletes the specified scaling plan.
|
default DeleteScalingPlanResponse |
AutoScalingPlansClient.deleteScalingPlan(DeleteScalingPlanRequest deleteScalingPlanRequest)
Deletes the specified scaling plan.
|
default DescribeScalingPlanResourcesResponse |
AutoScalingPlansClient.describeScalingPlanResources(Consumer<DescribeScalingPlanResourcesRequest.Builder> describeScalingPlanResourcesRequest)
Describes the scalable resources in the specified scaling plan.
|
default DescribeScalingPlanResourcesResponse |
AutoScalingPlansClient.describeScalingPlanResources(DescribeScalingPlanResourcesRequest describeScalingPlanResourcesRequest)
Describes the scalable resources in the specified scaling plan.
|
default DescribeScalingPlansResponse |
AutoScalingPlansClient.describeScalingPlans()
Describes one or more of your scaling plans.
|
default DescribeScalingPlansResponse |
AutoScalingPlansClient.describeScalingPlans(Consumer<DescribeScalingPlansRequest.Builder> describeScalingPlansRequest)
Describes one or more of your scaling plans.
|
default DescribeScalingPlansResponse |
AutoScalingPlansClient.describeScalingPlans(DescribeScalingPlansRequest describeScalingPlansRequest)
Describes one or more of your scaling plans.
|
default GetScalingPlanResourceForecastDataResponse |
AutoScalingPlansClient.getScalingPlanResourceForecastData(Consumer<GetScalingPlanResourceForecastDataRequest.Builder> getScalingPlanResourceForecastDataRequest)
Retrieves the forecast data for a scalable resource.
|
default GetScalingPlanResourceForecastDataResponse |
AutoScalingPlansClient.getScalingPlanResourceForecastData(GetScalingPlanResourceForecastDataRequest getScalingPlanResourceForecastDataRequest)
Retrieves the forecast data for a scalable resource.
|
default UpdateScalingPlanResponse |
AutoScalingPlansClient.updateScalingPlan(Consumer<UpdateScalingPlanRequest.Builder> updateScalingPlanRequest)
Updates the specified scaling plan.
|
default UpdateScalingPlanResponse |
AutoScalingPlansClient.updateScalingPlan(UpdateScalingPlanRequest updateScalingPlanRequest)
Updates the specified scaling plan.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConcurrentUpdateException
Concurrent updates caused an exception, for example, if you request an update to a scaling plan that already has a
pending update.
|
class |
InternalServiceException
The service encountered an internal error.
|
class |
InvalidNextTokenException
The token provided is not valid.
|
class |
LimitExceededException
Your account exceeded a limit.
|
class |
ObjectNotFoundException
The specified object could not be found.
|
class |
ValidationException
An exception was thrown for a validation issue.
|
| Modifier and Type | Method and Description |
|---|---|
AutoScalingPlansException |
AutoScalingPlansException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(AutoScalingPlansException ex) |
Copyright © 2023. All rights reserved.