Uses of Class
software.amazon.awssdk.services.autoscalingplans.model.CreateScalingPlanResponse
-
Packages that use CreateScalingPlanResponse Package Description software.amazon.awssdk.services.autoscalingplans AWS Auto Scaling -
-
Uses of CreateScalingPlanResponse in software.amazon.awssdk.services.autoscalingplans
Methods in software.amazon.awssdk.services.autoscalingplans that return CreateScalingPlanResponse Modifier and Type Method Description default CreateScalingPlanResponseAutoScalingPlansClient. createScalingPlan(Consumer<CreateScalingPlanRequest.Builder> createScalingPlanRequest)Creates a scaling plan.default CreateScalingPlanResponseAutoScalingPlansClient. createScalingPlan(CreateScalingPlanRequest createScalingPlanRequest)Creates a scaling plan.Methods in software.amazon.awssdk.services.autoscalingplans that return types with arguments of type CreateScalingPlanResponse Modifier and Type Method Description default CompletableFuture<CreateScalingPlanResponse>AutoScalingPlansAsyncClient. createScalingPlan(Consumer<CreateScalingPlanRequest.Builder> createScalingPlanRequest)Creates a scaling plan.default CompletableFuture<CreateScalingPlanResponse>AutoScalingPlansAsyncClient. createScalingPlan(CreateScalingPlanRequest createScalingPlanRequest)Creates a scaling plan.
-