| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
TargetHealth |
TargetHealth.clone() |
TargetHealth |
DBProxyTarget.getTargetHealth()
Information about the connection health of the RDS Proxy target.
|
TargetHealth |
TargetHealth.withDescription(String description)
A description of the health of the RDS Proxy target.
|
TargetHealth |
TargetHealth.withReason(String reason)
The reason for the current health
State of the RDS Proxy target. |
TargetHealth |
TargetHealth.withReason(TargetHealthReason reason)
The reason for the current health
State of the RDS Proxy target. |
TargetHealth |
TargetHealth.withState(String state)
The current state of the connection health lifecycle for the RDS Proxy target.
|
TargetHealth |
TargetHealth.withState(TargetState state)
The current state of the connection health lifecycle for the RDS Proxy target.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DBProxyTarget.setTargetHealth(TargetHealth targetHealth)
Information about the connection health of the RDS Proxy target.
|
DBProxyTarget |
DBProxyTarget.withTargetHealth(TargetHealth targetHealth)
Information about the connection health of the RDS Proxy target.
|
Copyright © 2024. All rights reserved.