Uses of Class
software.amazon.awssdk.services.rds.model.DBShardGroup
Packages that use DBShardGroup
-
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 DBShardGroupModifier and TypeMethodDescriptionfinal 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 DBShardGroupModifier and TypeMethodDescriptionDescribeDbShardGroupsResponse.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 DBShardGroupModifier and TypeMethodDescriptionDescribeDbShardGroupsResponse.Builder.dbShardGroups(Collection<DBShardGroup> dbShardGroups) Contains a list of DB shard groups for the user.