Uses of Class
software.amazon.awssdk.services.rds.model.DescribeDbProxyEndpointsResponse
-
Packages that use DescribeDbProxyEndpointsResponse Package Description software.amazon.awssdk.services.rds Amazon Relational Database Service software.amazon.awssdk.services.rds.paginators -
-
Uses of DescribeDbProxyEndpointsResponse in software.amazon.awssdk.services.rds
Methods in software.amazon.awssdk.services.rds that return DescribeDbProxyEndpointsResponse Modifier and Type Method Description default DescribeDbProxyEndpointsResponseRdsClient. describeDBProxyEndpoints(Consumer<DescribeDbProxyEndpointsRequest.Builder> describeDbProxyEndpointsRequest)Returns information about DB proxy endpoints.default DescribeDbProxyEndpointsResponseRdsClient. describeDBProxyEndpoints(DescribeDbProxyEndpointsRequest describeDbProxyEndpointsRequest)Returns information about DB proxy endpoints.Methods in software.amazon.awssdk.services.rds that return types with arguments of type DescribeDbProxyEndpointsResponse Modifier and Type Method Description default CompletableFuture<DescribeDbProxyEndpointsResponse>RdsAsyncClient. describeDBProxyEndpoints(Consumer<DescribeDbProxyEndpointsRequest.Builder> describeDbProxyEndpointsRequest)Returns information about DB proxy endpoints.default CompletableFuture<DescribeDbProxyEndpointsResponse>RdsAsyncClient. describeDBProxyEndpoints(DescribeDbProxyEndpointsRequest describeDbProxyEndpointsRequest)Returns information about DB proxy endpoints. -
Uses of DescribeDbProxyEndpointsResponse in software.amazon.awssdk.services.rds.paginators
Methods in software.amazon.awssdk.services.rds.paginators that return types with arguments of type DescribeDbProxyEndpointsResponse Modifier and Type Method Description Iterator<DescribeDbProxyEndpointsResponse>DescribeDBProxyEndpointsIterable. iterator()Method parameters in software.amazon.awssdk.services.rds.paginators with type arguments of type DescribeDbProxyEndpointsResponse Modifier and Type Method Description voidDescribeDBProxyEndpointsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeDbProxyEndpointsResponse> subscriber)
-