Uses of Interface
software.amazon.awssdk.services.rds.model.ModifyCurrentDbClusterCapacityRequest.Builder
Packages that use ModifyCurrentDbClusterCapacityRequest.Builder
Package
Description
-
Uses of ModifyCurrentDbClusterCapacityRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type ModifyCurrentDbClusterCapacityRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.modifyCurrentDBClusterCapacity(Consumer<ModifyCurrentDbClusterCapacityRequest.Builder> modifyCurrentDbClusterCapacityRequest) Set the capacity of an Aurora Serverless v1 DB cluster to a specific value.RdsClient.modifyCurrentDBClusterCapacity(Consumer<ModifyCurrentDbClusterCapacityRequest.Builder> modifyCurrentDbClusterCapacityRequest) Set the capacity of an Aurora Serverless v1 DB cluster to a specific value. -
Uses of ModifyCurrentDbClusterCapacityRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ModifyCurrentDbClusterCapacityRequest.BuilderModifier and TypeMethodDescriptionModifyCurrentDbClusterCapacityRequest.builder()The DB cluster capacity.ModifyCurrentDbClusterCapacityRequest.Builder.dbClusterIdentifier(String dbClusterIdentifier) The DB cluster identifier for the cluster being modified.ModifyCurrentDbClusterCapacityRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyCurrentDbClusterCapacityRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyCurrentDbClusterCapacityRequest.Builder.secondsBeforeTimeout(Integer secondsBeforeTimeout) The amount of time, in seconds, that Aurora Serverless v1 tries to find a scaling point to perform seamless scaling before enforcing the timeout action.ModifyCurrentDbClusterCapacityRequest.Builder.timeoutAction(String timeoutAction) The action to take when the timeout is reached, eitherForceApplyCapacityChangeorRollbackCapacityChange.ModifyCurrentDbClusterCapacityRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ModifyCurrentDbClusterCapacityRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyCurrentDbClusterCapacityRequest.Builder>ModifyCurrentDbClusterCapacityRequest.serializableBuilderClass()