Uses of Class
software.amazon.awssdk.services.rds.model.DBShardGroup
-
Packages that use DBShardGroup Package Description software.amazon.awssdk.services.rds.model -
-
Uses of DBShardGroup in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBShardGroup Modifier and Type Method Description List<DBShardGroup>DescribeDbShardGroupsResponse. dbShardGroups()Contains a list of DB shard groups for the user.Methods in software.amazon.awssdk.services.rds.model with parameters of type DBShardGroup Modifier and Type Method Description DescribeDbShardGroupsResponse.BuilderDescribeDbShardGroupsResponse.Builder. dbShardGroups(DBShardGroup... dbShardGroups)Contains a list of DB shard groups for the user.Method parameters in software.amazon.awssdk.services.rds.model with type arguments of type DBShardGroup Modifier and Type Method Description DescribeDbShardGroupsResponse.BuilderDescribeDbShardGroupsResponse.Builder. dbShardGroups(Collection<DBShardGroup> dbShardGroups)Contains a list of DB shard groups for the user.
-