| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds |
|
| software.amazon.awssdk.services.rds.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeDbProxyEndpointsResponse |
RdsClient.describeDBProxyEndpoints(Consumer<DescribeDbProxyEndpointsRequest.Builder> describeDbProxyEndpointsRequest)
Returns information about DB proxy endpoints.
|
default DescribeDbProxyEndpointsResponse |
RdsClient.describeDBProxyEndpoints(DescribeDbProxyEndpointsRequest describeDbProxyEndpointsRequest)
Returns information about DB proxy endpoints.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeDbProxyEndpointsResponse> |
DescribeDBProxyEndpointsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDBProxyEndpointsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeDbProxyEndpointsResponse> subscriber) |
Copyright © 2022. All rights reserved.