| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model | |
| software.amazon.awssdk.services.rds.paginators |
| Modifier and Type | Method and Description |
|---|---|
DBProxyTargetGroup |
ModifyDbProxyTargetGroupResponse.dbProxyTargetGroup()
The settings of the modified
DBProxyTarget. |
| Modifier and Type | Method and Description |
|---|---|
List<DBProxyTargetGroup> |
DescribeDbProxyTargetGroupsResponse.targetGroups()
An arbitrary number of
DBProxyTargetGroup objects, containing details of the corresponding target
groups. |
| Modifier and Type | Method and Description |
|---|---|
ModifyDbProxyTargetGroupResponse.Builder |
ModifyDbProxyTargetGroupResponse.Builder.dbProxyTargetGroup(DBProxyTargetGroup dbProxyTargetGroup)
The settings of the modified
DBProxyTarget. |
DescribeDbProxyTargetGroupsResponse.Builder |
DescribeDbProxyTargetGroupsResponse.Builder.targetGroups(DBProxyTargetGroup... targetGroups)
An arbitrary number of
DBProxyTargetGroup objects, containing details of the corresponding
target groups. |
| Modifier and Type | Method and Description |
|---|---|
DescribeDbProxyTargetGroupsResponse.Builder |
DescribeDbProxyTargetGroupsResponse.Builder.targetGroups(Collection<DBProxyTargetGroup> targetGroups)
An arbitrary number of
DBProxyTargetGroup objects, containing details of the corresponding
target groups. |
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<DBProxyTargetGroup> |
DescribeDBProxyTargetGroupsIterable.targetGroups()
Returns an iterable to iterate through the paginated
DescribeDbProxyTargetGroupsResponse.targetGroups()
member. |
SdkPublisher<DBProxyTargetGroup> |
DescribeDBProxyTargetGroupsPublisher.targetGroups()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.