Uses of Interface
software.amazon.awssdk.services.rds.model.ModifyDbShardGroupRequest.Builder
Packages that use ModifyDbShardGroupRequest.Builder
Package
Description
-
Uses of ModifyDbShardGroupRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type ModifyDbShardGroupRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.modifyDBShardGroup(Consumer<ModifyDbShardGroupRequest.Builder> modifyDbShardGroupRequest) Modifies the settings of an Aurora Limitless Database DB shard group.default ModifyDbShardGroupResponseRdsClient.modifyDBShardGroup(Consumer<ModifyDbShardGroupRequest.Builder> modifyDbShardGroupRequest) Modifies the settings of an Aurora Limitless Database DB shard group. -
Uses of ModifyDbShardGroupRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return ModifyDbShardGroupRequest.BuilderModifier and TypeMethodDescriptionModifyDbShardGroupRequest.builder()ModifyDbShardGroupRequest.Builder.computeRedundancy(Integer computeRedundancy) Specifies whether to create standby DB shard groups for the DB shard group.ModifyDbShardGroupRequest.Builder.dbShardGroupIdentifier(String dbShardGroupIdentifier) The name of the DB shard group to modify.The maximum capacity of the DB shard group in Aurora capacity units (ACUs).The minimum capacity of the DB shard group in Aurora capacity units (ACUs).ModifyDbShardGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ModifyDbShardGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ModifyDbShardGroupRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ModifyDbShardGroupRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModifyDbShardGroupRequest.Builder>ModifyDbShardGroupRequest.serializableBuilderClass()