| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DBProxyTargetGroup |
DBProxyTargetGroup.clone() |
DBProxyTargetGroup |
ModifyDBProxyTargetGroupResult.getDBProxyTargetGroup()
The settings of the modified
DBProxyTarget. |
DBProxyTargetGroup |
DBProxyTargetGroup.withConnectionPoolConfig(ConnectionPoolConfigurationInfo connectionPoolConfig)
The settings that determine the size and behavior of the connection pool for the target group.
|
DBProxyTargetGroup |
DBProxyTargetGroup.withCreatedDate(Date createdDate)
The date and time when the target group was first created.
|
DBProxyTargetGroup |
DBProxyTargetGroup.withDBProxyName(String dBProxyName)
The identifier for the RDS proxy associated with this target group.
|
DBProxyTargetGroup |
DBProxyTargetGroup.withIsDefault(Boolean isDefault)
Whether this target group is the first one used for connection requests by the associated proxy.
|
DBProxyTargetGroup |
DBProxyTargetGroup.withStatus(String status)
The current status of this target group.
|
DBProxyTargetGroup |
DBProxyTargetGroup.withTargetGroupArn(String targetGroupArn)
The Amazon Resource Name (ARN) representing the target group.
|
DBProxyTargetGroup |
DBProxyTargetGroup.withTargetGroupName(String targetGroupName)
The identifier for the target group.
|
DBProxyTargetGroup |
DBProxyTargetGroup.withUpdatedDate(Date updatedDate)
The date and time when the target group was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBProxyTargetGroup> |
DescribeDBProxyTargetGroupsResult.getTargetGroups()
An arbitrary number of
DBProxyTargetGroup objects, containing details of the corresponding target
groups. |
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyDBProxyTargetGroupResult.setDBProxyTargetGroup(DBProxyTargetGroup dBProxyTargetGroup)
The settings of the modified
DBProxyTarget. |
ModifyDBProxyTargetGroupResult |
ModifyDBProxyTargetGroupResult.withDBProxyTargetGroup(DBProxyTargetGroup dBProxyTargetGroup)
The settings of the modified
DBProxyTarget. |
DescribeDBProxyTargetGroupsResult |
DescribeDBProxyTargetGroupsResult.withTargetGroups(DBProxyTargetGroup... targetGroups)
An arbitrary number of
DBProxyTargetGroup objects, containing details of the corresponding target
groups. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDBProxyTargetGroupsResult.setTargetGroups(Collection<DBProxyTargetGroup> targetGroups)
An arbitrary number of
DBProxyTargetGroup objects, containing details of the corresponding target
groups. |
DescribeDBProxyTargetGroupsResult |
DescribeDBProxyTargetGroupsResult.withTargetGroups(Collection<DBProxyTargetGroup> targetGroups)
An arbitrary number of
DBProxyTargetGroup objects, containing details of the corresponding target
groups. |
Copyright © 2022. All rights reserved.