| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscalingplans |
|
| software.amazon.awssdk.services.autoscalingplans.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteScalingPlanResponse |
AutoScalingPlansClient.deleteScalingPlan(Consumer<DeleteScalingPlanRequest.Builder> deleteScalingPlanRequest)
Deletes the specified scaling plan.
|
default CompletableFuture<DeleteScalingPlanResponse> |
AutoScalingPlansAsyncClient.deleteScalingPlan(Consumer<DeleteScalingPlanRequest.Builder> deleteScalingPlanRequest)
Deletes the specified scaling plan.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteScalingPlanRequest.Builder |
DeleteScalingPlanRequest.builder() |
DeleteScalingPlanRequest.Builder |
DeleteScalingPlanRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteScalingPlanRequest.Builder |
DeleteScalingPlanRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteScalingPlanRequest.Builder |
DeleteScalingPlanRequest.Builder.scalingPlanName(String scalingPlanName)
The name of the scaling plan.
|
DeleteScalingPlanRequest.Builder |
DeleteScalingPlanRequest.Builder.scalingPlanVersion(Long scalingPlanVersion)
The version number of the scaling plan.
|
DeleteScalingPlanRequest.Builder |
DeleteScalingPlanRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteScalingPlanRequest.Builder> |
DeleteScalingPlanRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.