| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetHealthReason |
TargetHealthReason.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TargetHealthReason |
TargetHealth.reason()
The reason for the current health
State of the RDS Proxy target. |
static TargetHealthReason |
TargetHealthReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetHealthReason[] |
TargetHealthReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<TargetHealthReason> |
TargetHealthReason.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TargetHealth.Builder |
TargetHealth.Builder.reason(TargetHealthReason reason)
The reason for the current health
State of the RDS Proxy target. |
Copyright © 2022. All rights reserved.