| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static DescribeDbProxyTargetGroupsResponse.Builder |
DescribeDbProxyTargetGroupsResponse.builder() |
DescribeDbProxyTargetGroupsResponse.Builder |
DescribeDbProxyTargetGroupsResponse.Builder.marker(String marker)
An optional pagination token provided by a previous request.
|
DescribeDbProxyTargetGroupsResponse.Builder |
DescribeDbProxyTargetGroupsResponse.Builder.targetGroups(Collection<DBProxyTargetGroup> targetGroups)
An arbitrary number of
DBProxyTargetGroup objects, containing details of the corresponding
target groups. |
DescribeDbProxyTargetGroupsResponse.Builder |
DescribeDbProxyTargetGroupsResponse.Builder.targetGroups(Consumer<DBProxyTargetGroup.Builder>... targetGroups)
An arbitrary number of
DBProxyTargetGroup objects, containing details of the corresponding
target groups. |
DescribeDbProxyTargetGroupsResponse.Builder |
DescribeDbProxyTargetGroupsResponse.Builder.targetGroups(DBProxyTargetGroup... targetGroups)
An arbitrary number of
DBProxyTargetGroup objects, containing details of the corresponding
target groups. |
DescribeDbProxyTargetGroupsResponse.Builder |
DescribeDbProxyTargetGroupsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeDbProxyTargetGroupsResponse.Builder> |
DescribeDbProxyTargetGroupsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.