Uses of Interface
software.amazon.awssdk.services.rds.model.ModifyDbShardGroupRequest.Builder
-
Packages that use ModifyDbShardGroupRequest.Builder Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.model -
-
Uses of ModifyDbShardGroupRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type ModifyDbShardGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<ModifyDbShardGroupResponse>
RdsAsyncClient. modifyDBShardGroup(Consumer<ModifyDbShardGroupRequest.Builder> modifyDbShardGroupRequest)
Modifies the settings of an Aurora Limitless Database DB shard group.default ModifyDbShardGroupResponse
RdsClient. 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.Builder Modifier and Type Method Description static ModifyDbShardGroupRequest.Builder
ModifyDbShardGroupRequest. builder()
ModifyDbShardGroupRequest.Builder
ModifyDbShardGroupRequest.Builder. computeRedundancy(Integer computeRedundancy)
Specifies whether to create standby DB shard groups for the DB shard group.ModifyDbShardGroupRequest.Builder
ModifyDbShardGroupRequest.Builder. dbShardGroupIdentifier(String dbShardGroupIdentifier)
The name of the DB shard group to modify.ModifyDbShardGroupRequest.Builder
ModifyDbShardGroupRequest.Builder. maxACU(Double maxACU)
The maximum capacity of the DB shard group in Aurora capacity units (ACUs).ModifyDbShardGroupRequest.Builder
ModifyDbShardGroupRequest.Builder. minACU(Double minACU)
The minimum capacity of the DB shard group in Aurora capacity units (ACUs).ModifyDbShardGroupRequest.Builder
ModifyDbShardGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ModifyDbShardGroupRequest.Builder
ModifyDbShardGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ModifyDbShardGroupRequest.Builder
ModifyDbShardGroupRequest. toBuilder()
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type ModifyDbShardGroupRequest.Builder Modifier and Type Method Description static Class<? extends ModifyDbShardGroupRequest.Builder>
ModifyDbShardGroupRequest. serializableBuilderClass()
-