| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model | |
| software.amazon.awssdk.services.rds.paginators |
| Modifier and Type | Method and Description |
|---|---|
DBProxyEndpoint |
ModifyDbProxyEndpointResponse.dbProxyEndpoint()
The
DBProxyEndpoint object representing the new settings for the DB proxy endpoint. |
DBProxyEndpoint |
DeleteDbProxyEndpointResponse.dbProxyEndpoint()
The data structure representing the details of the DB proxy endpoint that you delete.
|
DBProxyEndpoint |
CreateDbProxyEndpointResponse.dbProxyEndpoint()
The
DBProxyEndpoint object that is created by the API operation. |
| Modifier and Type | Method and Description |
|---|---|
List<DBProxyEndpoint> |
DescribeDbProxyEndpointsResponse.dbProxyEndpoints()
The list of
ProxyEndpoint objects returned by the API operation. |
| Modifier and Type | Method and Description |
|---|---|
ModifyDbProxyEndpointResponse.Builder |
ModifyDbProxyEndpointResponse.Builder.dbProxyEndpoint(DBProxyEndpoint dbProxyEndpoint)
The
DBProxyEndpoint object representing the new settings for the DB proxy endpoint. |
DeleteDbProxyEndpointResponse.Builder |
DeleteDbProxyEndpointResponse.Builder.dbProxyEndpoint(DBProxyEndpoint dbProxyEndpoint)
The data structure representing the details of the DB proxy endpoint that you delete.
|
CreateDbProxyEndpointResponse.Builder |
CreateDbProxyEndpointResponse.Builder.dbProxyEndpoint(DBProxyEndpoint dbProxyEndpoint)
The
DBProxyEndpoint object that is created by the API operation. |
DescribeDbProxyEndpointsResponse.Builder |
DescribeDbProxyEndpointsResponse.Builder.dbProxyEndpoints(DBProxyEndpoint... dbProxyEndpoints)
The list of
ProxyEndpoint objects returned by the API operation. |
| Modifier and Type | Method and Description |
|---|---|
DescribeDbProxyEndpointsResponse.Builder |
DescribeDbProxyEndpointsResponse.Builder.dbProxyEndpoints(Collection<DBProxyEndpoint> dbProxyEndpoints)
The list of
ProxyEndpoint objects returned by the API operation. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DBProxyEndpoint> |
DescribeDBProxyEndpointsPublisher.dbProxyEndpoints()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DBProxyEndpoint> |
DescribeDBProxyEndpointsIterable.dbProxyEndpoints()
Returns an iterable to iterate through the paginated
DescribeDbProxyEndpointsResponse.dbProxyEndpoints()
member. |
Copyright © 2022. All rights reserved.