Uses of Interface
software.amazon.awssdk.services.autoscalingplans.model.DeleteScalingPlanRequest.Builder
-
Packages that use DeleteScalingPlanRequest.Builder Package Description software.amazon.awssdk.services.autoscalingplans AWS Auto Scaling software.amazon.awssdk.services.autoscalingplans.model -
-
Uses of DeleteScalingPlanRequest.Builder in software.amazon.awssdk.services.autoscalingplans
Method parameters in software.amazon.awssdk.services.autoscalingplans with type arguments of type DeleteScalingPlanRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteScalingPlanResponse>AutoScalingPlansAsyncClient. deleteScalingPlan(Consumer<DeleteScalingPlanRequest.Builder> deleteScalingPlanRequest)Deletes the specified scaling plan.default DeleteScalingPlanResponseAutoScalingPlansClient. deleteScalingPlan(Consumer<DeleteScalingPlanRequest.Builder> deleteScalingPlanRequest)Deletes the specified scaling plan. -
Uses of DeleteScalingPlanRequest.Builder in software.amazon.awssdk.services.autoscalingplans.model
Methods in software.amazon.awssdk.services.autoscalingplans.model that return DeleteScalingPlanRequest.Builder Modifier and Type Method Description static DeleteScalingPlanRequest.BuilderDeleteScalingPlanRequest. builder()DeleteScalingPlanRequest.BuilderDeleteScalingPlanRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteScalingPlanRequest.BuilderDeleteScalingPlanRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteScalingPlanRequest.BuilderDeleteScalingPlanRequest.Builder. scalingPlanName(String scalingPlanName)The name of the scaling plan.DeleteScalingPlanRequest.BuilderDeleteScalingPlanRequest.Builder. scalingPlanVersion(Long scalingPlanVersion)The version number of the scaling plan.DeleteScalingPlanRequest.BuilderDeleteScalingPlanRequest. toBuilder()Methods in software.amazon.awssdk.services.autoscalingplans.model that return types with arguments of type DeleteScalingPlanRequest.Builder Modifier and Type Method Description static Class<? extends DeleteScalingPlanRequest.Builder>DeleteScalingPlanRequest. serializableBuilderClass()
-