Uses of Class
software.amazon.awssdk.services.rds.model.DescribeDbShardGroupsResponse
-
Packages that use DescribeDbShardGroupsResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of DescribeDbShardGroupsResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return DescribeDbShardGroupsResponse Modifier and Type Method Description default DescribeDbShardGroupsResponseRdsClient. describeDBShardGroups(Consumer<DescribeDbShardGroupsRequest.Builder> describeDbShardGroupsRequest)Describes existing Aurora Limitless Database DB shard groups.default DescribeDbShardGroupsResponseRdsClient. describeDBShardGroups(DescribeDbShardGroupsRequest describeDbShardGroupsRequest)Describes existing Aurora Limitless Database DB shard groups.Methods in software.amazon.awssdk.services.rds that return types with arguments of type DescribeDbShardGroupsResponse Modifier and Type Method Description default CompletableFuture<DescribeDbShardGroupsResponse>RdsAsyncClient. describeDBShardGroups(Consumer<DescribeDbShardGroupsRequest.Builder> describeDbShardGroupsRequest)Describes existing Aurora Limitless Database DB shard groups.default CompletableFuture<DescribeDbShardGroupsResponse>RdsAsyncClient. describeDBShardGroups(DescribeDbShardGroupsRequest describeDbShardGroupsRequest)Describes existing Aurora Limitless Database DB shard groups.
-