Uses of Class
software.amazon.awssdk.services.autoscalingplans.model.UpdateScalingPlanResponse
-
Packages that use UpdateScalingPlanResponse Package Description software.amazon.awssdk.services.autoscalingplans AWS Auto Scaling -
-
Uses of UpdateScalingPlanResponse in software.amazon.awssdk.services.autoscalingplans
Methods in software.amazon.awssdk.services.autoscalingplans that return UpdateScalingPlanResponse Modifier and Type Method Description default UpdateScalingPlanResponseAutoScalingPlansClient. updateScalingPlan(Consumer<UpdateScalingPlanRequest.Builder> updateScalingPlanRequest)Updates the specified scaling plan.default UpdateScalingPlanResponseAutoScalingPlansClient. updateScalingPlan(UpdateScalingPlanRequest updateScalingPlanRequest)Updates the specified scaling plan.Methods in software.amazon.awssdk.services.autoscalingplans that return types with arguments of type UpdateScalingPlanResponse Modifier and Type Method Description default CompletableFuture<UpdateScalingPlanResponse>AutoScalingPlansAsyncClient. updateScalingPlan(Consumer<UpdateScalingPlanRequest.Builder> updateScalingPlanRequest)Updates the specified scaling plan.default CompletableFuture<UpdateScalingPlanResponse>AutoScalingPlansAsyncClient. updateScalingPlan(UpdateScalingPlanRequest updateScalingPlanRequest)Updates the specified scaling plan.
-