Uses of Class
software.amazon.awssdk.services.rds.model.DescribeDbProxyTargetsResponse
-
Packages that use DescribeDbProxyTargetsResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.paginators -
-
Uses of DescribeDbProxyTargetsResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return DescribeDbProxyTargetsResponse Modifier and Type Method Description default DescribeDbProxyTargetsResponseRdsClient. describeDBProxyTargets(Consumer<DescribeDbProxyTargetsRequest.Builder> describeDbProxyTargetsRequest)Returns information aboutDBProxyTargetobjects.default DescribeDbProxyTargetsResponseRdsClient. describeDBProxyTargets(DescribeDbProxyTargetsRequest describeDbProxyTargetsRequest)Returns information aboutDBProxyTargetobjects.Methods in software.amazon.awssdk.services.rds that return types with arguments of type DescribeDbProxyTargetsResponse Modifier and Type Method Description default CompletableFuture<DescribeDbProxyTargetsResponse>RdsAsyncClient. describeDBProxyTargets(Consumer<DescribeDbProxyTargetsRequest.Builder> describeDbProxyTargetsRequest)Returns information aboutDBProxyTargetobjects.default CompletableFuture<DescribeDbProxyTargetsResponse>RdsAsyncClient. describeDBProxyTargets(DescribeDbProxyTargetsRequest describeDbProxyTargetsRequest)Returns information aboutDBProxyTargetobjects. -
Uses of DescribeDbProxyTargetsResponse in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DescribeDbProxyTargetsResponse Modifier and Type Method Description Iterator<DescribeDbProxyTargetsResponse>DescribeDBProxyTargetsIterable. iterator()Method parameters in software.amazon.awssdk.services.rds.paginators with type arguments of type DescribeDbProxyTargetsResponse Modifier and Type Method Description voidDescribeDBProxyTargetsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeDbProxyTargetsResponse> subscriber)
-