Package | Description |
---|---|
software.amazon.awssdk.services.rds.model | |
software.amazon.awssdk.services.rds.paginators |
Modifier and Type | Method and Description |
---|---|
DBProxy |
ModifyDbProxyResponse.dbProxy()
The
DBProxy object representing the new settings for the proxy. |
DBProxy |
CreateDbProxyResponse.dbProxy()
The
DBProxy structure corresponding to the new proxy. |
DBProxy |
DeleteDbProxyResponse.dbProxy()
The data structure representing the details of the DB proxy that you delete.
|
Modifier and Type | Method and Description |
---|---|
List<DBProxy> |
DescribeDbProxiesResponse.dbProxies()
A return value representing an arbitrary number of
DBProxy data structures. |
Modifier and Type | Method and Description |
---|---|
DescribeDbProxiesResponse.Builder |
DescribeDbProxiesResponse.Builder.dbProxies(DBProxy... dbProxies)
A return value representing an arbitrary number of
DBProxy data structures. |
ModifyDbProxyResponse.Builder |
ModifyDbProxyResponse.Builder.dbProxy(DBProxy dbProxy)
The
DBProxy object representing the new settings for the proxy. |
CreateDbProxyResponse.Builder |
CreateDbProxyResponse.Builder.dbProxy(DBProxy dbProxy)
The
DBProxy structure corresponding to the new proxy. |
DeleteDbProxyResponse.Builder |
DeleteDbProxyResponse.Builder.dbProxy(DBProxy dbProxy)
The data structure representing the details of the DB proxy that you delete.
|
Modifier and Type | Method and Description |
---|---|
DescribeDbProxiesResponse.Builder |
DescribeDbProxiesResponse.Builder.dbProxies(Collection<DBProxy> dbProxies)
A return value representing an arbitrary number of
DBProxy data structures. |
Modifier and Type | Method and Description |
---|---|
SdkPublisher<DBProxy> |
DescribeDBProxiesPublisher.dbProxies()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DBProxy> |
DescribeDBProxiesIterable.dbProxies()
Returns an iterable to iterate through the paginated
DescribeDbProxiesResponse.dbProxies() member. |
Copyright © 2023. All rights reserved.