Uses of Interface
software.amazon.awssdk.services.autoscalingplans.model.UpdateScalingPlanRequest.Builder
-
Packages that use UpdateScalingPlanRequest.Builder Package Description software.amazon.awssdk.services.autoscalingplans AWS Auto Scaling software.amazon.awssdk.services.autoscalingplans.model -
-
Uses of UpdateScalingPlanRequest.Builder in software.amazon.awssdk.services.autoscalingplans
Method parameters in software.amazon.awssdk.services.autoscalingplans with type arguments of type UpdateScalingPlanRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateScalingPlanResponse>AutoScalingPlansAsyncClient. updateScalingPlan(Consumer<UpdateScalingPlanRequest.Builder> updateScalingPlanRequest)Updates the specified scaling plan.default UpdateScalingPlanResponseAutoScalingPlansClient. updateScalingPlan(Consumer<UpdateScalingPlanRequest.Builder> updateScalingPlanRequest)Updates the specified scaling plan. -
Uses of UpdateScalingPlanRequest.Builder in software.amazon.awssdk.services.autoscalingplans.model
Methods in software.amazon.awssdk.services.autoscalingplans.model that return UpdateScalingPlanRequest.Builder Modifier and Type Method Description default UpdateScalingPlanRequest.BuilderUpdateScalingPlanRequest.Builder. applicationSource(Consumer<ApplicationSource.Builder> applicationSource)A CloudFormation stack or set of tags.UpdateScalingPlanRequest.BuilderUpdateScalingPlanRequest.Builder. applicationSource(ApplicationSource applicationSource)A CloudFormation stack or set of tags.static UpdateScalingPlanRequest.BuilderUpdateScalingPlanRequest. builder()UpdateScalingPlanRequest.BuilderUpdateScalingPlanRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateScalingPlanRequest.BuilderUpdateScalingPlanRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateScalingPlanRequest.BuilderUpdateScalingPlanRequest.Builder. scalingInstructions(Collection<ScalingInstruction> scalingInstructions)The scaling instructions.UpdateScalingPlanRequest.BuilderUpdateScalingPlanRequest.Builder. scalingInstructions(Consumer<ScalingInstruction.Builder>... scalingInstructions)The scaling instructions.UpdateScalingPlanRequest.BuilderUpdateScalingPlanRequest.Builder. scalingInstructions(ScalingInstruction... scalingInstructions)The scaling instructions.UpdateScalingPlanRequest.BuilderUpdateScalingPlanRequest.Builder. scalingPlanName(String scalingPlanName)The name of the scaling plan.UpdateScalingPlanRequest.BuilderUpdateScalingPlanRequest.Builder. scalingPlanVersion(Long scalingPlanVersion)The version number of the scaling plan.UpdateScalingPlanRequest.BuilderUpdateScalingPlanRequest. toBuilder()Methods in software.amazon.awssdk.services.autoscalingplans.model that return types with arguments of type UpdateScalingPlanRequest.Builder Modifier and Type Method Description static Class<? extends UpdateScalingPlanRequest.Builder>UpdateScalingPlanRequest. serializableBuilderClass()
-