| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetState |
TargetState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TargetState |
TargetHealth.state()
The current state of the connection health lifecycle for the RDS Proxy target.
|
static TargetState |
TargetState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetState[] |
TargetState.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<TargetState> |
TargetState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TargetHealth.Builder |
TargetHealth.Builder.state(TargetState state)
The current state of the connection health lifecycle for the RDS Proxy target.
|
Copyright © 2022. All rights reserved.