Uses of Class
software.amazon.awssdk.services.rds.model.DescribeDbProxyTargetGroupsRequest
-
Packages that use DescribeDbProxyTargetGroupsRequest Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.paginators software.amazon.awssdk.services.rds.transform -
-
Uses of DescribeDbProxyTargetGroupsRequest in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds with parameters of type DescribeDbProxyTargetGroupsRequest Modifier and Type Method Description default CompletableFuture<DescribeDbProxyTargetGroupsResponse>RdsAsyncClient. describeDBProxyTargetGroups(DescribeDbProxyTargetGroupsRequest describeDbProxyTargetGroupsRequest)Returns information about DB proxy target groups, represented byDBProxyTargetGroupdata structures.default DescribeDbProxyTargetGroupsResponseRdsClient. describeDBProxyTargetGroups(DescribeDbProxyTargetGroupsRequest describeDbProxyTargetGroupsRequest)Returns information about DB proxy target groups, represented byDBProxyTargetGroupdata structures.default DescribeDBProxyTargetGroupsPublisherRdsAsyncClient. describeDBProxyTargetGroupsPaginator(DescribeDbProxyTargetGroupsRequest 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. -
Uses of DescribeDbProxyTargetGroupsRequest in software.amazon.awssdk.services.rds.paginators
Constructors in software.amazon.awssdk.services.rds.paginators with parameters of type DescribeDbProxyTargetGroupsRequest Constructor Description DescribeDBProxyTargetGroupsIterable(RdsClient client, DescribeDbProxyTargetGroupsRequest firstRequest)DescribeDBProxyTargetGroupsPublisher(RdsAsyncClient client, DescribeDbProxyTargetGroupsRequest firstRequest) -
Uses of DescribeDbProxyTargetGroupsRequest in software.amazon.awssdk.services.rds.transform
Methods in software.amazon.awssdk.services.rds.transform with parameters of type DescribeDbProxyTargetGroupsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeDbProxyTargetGroupsRequestMarshaller. marshall(DescribeDbProxyTargetGroupsRequest describeDbProxyTargetGroupsRequest)
-