Uses of Class
software.amazon.awssdk.services.rds.model.DescribeDbProxyTargetGroupsResponse
-
Packages that use DescribeDbProxyTargetGroupsResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.paginators -
-
Uses of DescribeDbProxyTargetGroupsResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return DescribeDbProxyTargetGroupsResponse Modifier and Type Method Description default DescribeDbProxyTargetGroupsResponseRdsClient. describeDBProxyTargetGroups(Consumer<DescribeDbProxyTargetGroupsRequest.Builder> 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.Methods in software.amazon.awssdk.services.rds that return types with arguments of type DescribeDbProxyTargetGroupsResponse Modifier and Type Method Description default CompletableFuture<DescribeDbProxyTargetGroupsResponse>RdsAsyncClient. describeDBProxyTargetGroups(Consumer<DescribeDbProxyTargetGroupsRequest.Builder> describeDbProxyTargetGroupsRequest)Returns information about DB proxy target groups, represented byDBProxyTargetGroupdata structures.default CompletableFuture<DescribeDbProxyTargetGroupsResponse>RdsAsyncClient. describeDBProxyTargetGroups(DescribeDbProxyTargetGroupsRequest describeDbProxyTargetGroupsRequest)Returns information about DB proxy target groups, represented byDBProxyTargetGroupdata structures. -
Uses of DescribeDbProxyTargetGroupsResponse in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DescribeDbProxyTargetGroupsResponse Modifier and Type Method Description Iterator<DescribeDbProxyTargetGroupsResponse>DescribeDBProxyTargetGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.rds.paginators with type arguments of type DescribeDbProxyTargetGroupsResponse Modifier and Type Method Description voidDescribeDBProxyTargetGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeDbProxyTargetGroupsResponse> subscriber)
-