Uses of Class
software.amazon.awssdk.services.rds.model.DbShardGroupAlreadyExistsException
-
Packages that use DbShardGroupAlreadyExistsException Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of DbShardGroupAlreadyExistsException in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that throw DbShardGroupAlreadyExistsException Modifier and Type Method Description default CreateDbShardGroupResponseRdsClient. createDBShardGroup(Consumer<CreateDbShardGroupRequest.Builder> createDbShardGroupRequest)Creates a new DB shard group for Aurora Limitless Database.default CreateDbShardGroupResponseRdsClient. createDBShardGroup(CreateDbShardGroupRequest createDbShardGroupRequest)Creates a new DB shard group for Aurora Limitless Database.default ModifyDbShardGroupResponseRdsClient. modifyDBShardGroup(Consumer<ModifyDbShardGroupRequest.Builder> modifyDbShardGroupRequest)Modifies the settings of an Aurora Limitless Database DB shard group.default ModifyDbShardGroupResponseRdsClient. modifyDBShardGroup(ModifyDbShardGroupRequest modifyDbShardGroupRequest)Modifies the settings of an Aurora Limitless Database DB shard group.
-