Uses of Class
software.amazon.awssdk.services.autoscalingplans.model.DeleteScalingPlanResponse
-
Packages that use DeleteScalingPlanResponse Package Description software.amazon.awssdk.services.autoscalingplans AWS Auto Scaling -
-
Uses of DeleteScalingPlanResponse in software.amazon.awssdk.services.autoscalingplans
Methods in software.amazon.awssdk.services.autoscalingplans that return DeleteScalingPlanResponse Modifier and Type Method Description default DeleteScalingPlanResponseAutoScalingPlansClient. deleteScalingPlan(Consumer<DeleteScalingPlanRequest.Builder> deleteScalingPlanRequest)Deletes the specified scaling plan.default DeleteScalingPlanResponseAutoScalingPlansClient. deleteScalingPlan(DeleteScalingPlanRequest deleteScalingPlanRequest)Deletes the specified scaling plan.Methods in software.amazon.awssdk.services.autoscalingplans that return types with arguments of type DeleteScalingPlanResponse Modifier and Type Method Description default CompletableFuture<DeleteScalingPlanResponse>AutoScalingPlansAsyncClient. deleteScalingPlan(Consumer<DeleteScalingPlanRequest.Builder> deleteScalingPlanRequest)Deletes the specified scaling plan.default CompletableFuture<DeleteScalingPlanResponse>AutoScalingPlansAsyncClient. deleteScalingPlan(DeleteScalingPlanRequest deleteScalingPlanRequest)Deletes the specified scaling plan.
-