| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscalingplans |
|
| 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.
|
Copyright © 2023. All rights reserved.