Uses of Interface
software.amazon.awssdk.services.rds.model.ModifyCurrentDbClusterCapacityResponse.Builder
Packages that use ModifyCurrentDbClusterCapacityResponse.Builder
-
Uses of ModifyCurrentDbClusterCapacityResponse.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ModifyCurrentDbClusterCapacityResponse.BuilderModifier and TypeMethodDescriptionModifyCurrentDbClusterCapacityResponse.builder()ModifyCurrentDbClusterCapacityResponse.Builder.currentCapacity(Integer currentCapacity) The current capacity of the DB cluster.ModifyCurrentDbClusterCapacityResponse.Builder.dbClusterIdentifier(String dbClusterIdentifier) A user-supplied DB cluster identifier.ModifyCurrentDbClusterCapacityResponse.Builder.pendingCapacity(Integer pendingCapacity) A value that specifies the capacity that the DB cluster scales to next.ModifyCurrentDbClusterCapacityResponse.Builder.secondsBeforeTimeout(Integer secondsBeforeTimeout) The number of seconds before a call toModifyCurrentDBClusterCapacitytimes out.ModifyCurrentDbClusterCapacityResponse.Builder.timeoutAction(String timeoutAction) The timeout action of a call toModifyCurrentDBClusterCapacity, eitherForceApplyCapacityChangeorRollbackCapacityChange.ModifyCurrentDbClusterCapacityResponse.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ModifyCurrentDbClusterCapacityResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyCurrentDbClusterCapacityResponse.Builder>ModifyCurrentDbClusterCapacityResponse.serializableBuilderClass()