Uses of Interface
software.amazon.awssdk.services.autoscalingplans.model.CreateScalingPlanRequest.Builder
-
Packages that use CreateScalingPlanRequest.Builder Package Description software.amazon.awssdk.services.autoscalingplans AWS Auto Scaling software.amazon.awssdk.services.autoscalingplans.model -
-
Uses of CreateScalingPlanRequest.Builder in software.amazon.awssdk.services.autoscalingplans
Method parameters in software.amazon.awssdk.services.autoscalingplans with type arguments of type CreateScalingPlanRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateScalingPlanResponse>AutoScalingPlansAsyncClient. createScalingPlan(Consumer<CreateScalingPlanRequest.Builder> createScalingPlanRequest)Creates a scaling plan.default CreateScalingPlanResponseAutoScalingPlansClient. createScalingPlan(Consumer<CreateScalingPlanRequest.Builder> createScalingPlanRequest)Creates a scaling plan. -
Uses of CreateScalingPlanRequest.Builder in software.amazon.awssdk.services.autoscalingplans.model
Methods in software.amazon.awssdk.services.autoscalingplans.model that return CreateScalingPlanRequest.Builder Modifier and Type Method Description default CreateScalingPlanRequest.BuilderCreateScalingPlanRequest.Builder. applicationSource(Consumer<ApplicationSource.Builder> applicationSource)A CloudFormation stack or set of tags.CreateScalingPlanRequest.BuilderCreateScalingPlanRequest.Builder. applicationSource(ApplicationSource applicationSource)A CloudFormation stack or set of tags.static CreateScalingPlanRequest.BuilderCreateScalingPlanRequest. builder()CreateScalingPlanRequest.BuilderCreateScalingPlanRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateScalingPlanRequest.BuilderCreateScalingPlanRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateScalingPlanRequest.BuilderCreateScalingPlanRequest.Builder. scalingInstructions(Collection<ScalingInstruction> scalingInstructions)The scaling instructions.CreateScalingPlanRequest.BuilderCreateScalingPlanRequest.Builder. scalingInstructions(Consumer<ScalingInstruction.Builder>... scalingInstructions)The scaling instructions.CreateScalingPlanRequest.BuilderCreateScalingPlanRequest.Builder. scalingInstructions(ScalingInstruction... scalingInstructions)The scaling instructions.CreateScalingPlanRequest.BuilderCreateScalingPlanRequest.Builder. scalingPlanName(String scalingPlanName)The name of the scaling plan.CreateScalingPlanRequest.BuilderCreateScalingPlanRequest. toBuilder()Methods in software.amazon.awssdk.services.autoscalingplans.model that return types with arguments of type CreateScalingPlanRequest.Builder Modifier and Type Method Description static Class<? extends CreateScalingPlanRequest.Builder>CreateScalingPlanRequest. serializableBuilderClass()
-