Uses of Class
software.amazon.awssdk.services.rds.paginators.DescribeDBProxyTargetGroupsIterable
-
Packages that use DescribeDBProxyTargetGroupsIterable Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service -
-
Uses of DescribeDBProxyTargetGroupsIterable in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return DescribeDBProxyTargetGroupsIterable Modifier and Type Method Description default DescribeDBProxyTargetGroupsIterableRdsClient. describeDBProxyTargetGroupsPaginator(Consumer<DescribeDbProxyTargetGroupsRequest.Builder> describeDbProxyTargetGroupsRequest)Returns information about DB proxy target groups, represented byDBProxyTargetGroupdata structures.default DescribeDBProxyTargetGroupsIterableRdsClient. describeDBProxyTargetGroupsPaginator(DescribeDbProxyTargetGroupsRequest describeDbProxyTargetGroupsRequest)Returns information about DB proxy target groups, represented byDBProxyTargetGroupdata structures.
-