| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
DBProxyTarget |
DBProxyTarget.clone() |
DBProxyTarget |
DBProxyTarget.withEndpoint(String endpoint)
The writer endpoint for the RDS DB instance or Aurora DB cluster.
|
DBProxyTarget |
DBProxyTarget.withPort(Integer port)
The port that the RDS Proxy uses to connect to the target RDS DB instance or Aurora DB cluster.
|
DBProxyTarget |
DBProxyTarget.withRdsResourceId(String rdsResourceId)
The identifier representing the target.
|
DBProxyTarget |
DBProxyTarget.withRole(String role)
A value that indicates whether the target of the proxy can be used for read/write or read-only operations.
|
DBProxyTarget |
DBProxyTarget.withRole(TargetRole role)
A value that indicates whether the target of the proxy can be used for read/write or read-only operations.
|
DBProxyTarget |
DBProxyTarget.withTargetArn(String targetArn)
The Amazon Resource Name (ARN) for the RDS DB instance or Aurora DB cluster.
|
DBProxyTarget |
DBProxyTarget.withTargetHealth(TargetHealth targetHealth)
Information about the connection health of the RDS Proxy target.
|
DBProxyTarget |
DBProxyTarget.withTrackedClusterId(String trackedClusterId)
The DB cluster identifier when the target represents an Aurora DB cluster.
|
DBProxyTarget |
DBProxyTarget.withType(String type)
Specifies the kind of database, such as an RDS DB instance or an Aurora DB cluster, that the target represents.
|
DBProxyTarget |
DBProxyTarget.withType(TargetType type)
Specifies the kind of database, such as an RDS DB instance or an Aurora DB cluster, that the target represents.
|
| Modifier and Type | Method and Description |
|---|---|
List<DBProxyTarget> |
RegisterDBProxyTargetsResult.getDBProxyTargets()
One or more
DBProxyTarget objects that are created when you register targets with a target group. |
List<DBProxyTarget> |
DescribeDBProxyTargetsResult.getTargets()
An arbitrary number of
DBProxyTarget objects, containing details of the corresponding targets. |
| Modifier and Type | Method and Description |
|---|---|
RegisterDBProxyTargetsResult |
RegisterDBProxyTargetsResult.withDBProxyTargets(DBProxyTarget... dBProxyTargets)
One or more
DBProxyTarget objects that are created when you register targets with a target group. |
DescribeDBProxyTargetsResult |
DescribeDBProxyTargetsResult.withTargets(DBProxyTarget... targets)
An arbitrary number of
DBProxyTarget objects, containing details of the corresponding targets. |
| Modifier and Type | Method and Description |
|---|---|
void |
RegisterDBProxyTargetsResult.setDBProxyTargets(Collection<DBProxyTarget> dBProxyTargets)
One or more
DBProxyTarget objects that are created when you register targets with a target group. |
void |
DescribeDBProxyTargetsResult.setTargets(Collection<DBProxyTarget> targets)
An arbitrary number of
DBProxyTarget objects, containing details of the corresponding targets. |
RegisterDBProxyTargetsResult |
RegisterDBProxyTargetsResult.withDBProxyTargets(Collection<DBProxyTarget> dBProxyTargets)
One or more
DBProxyTarget objects that are created when you register targets with a target group. |
DescribeDBProxyTargetsResult |
DescribeDBProxyTargetsResult.withTargets(Collection<DBProxyTarget> targets)
An arbitrary number of
DBProxyTarget objects, containing details of the corresponding targets. |
Copyright © 2022. All rights reserved.