| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static TargetRole |
TargetRole.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
TargetRole |
DBProxyTarget.role()
A value that indicates whether the target of the proxy can be used for read/write or read-only operations.
|
static TargetRole |
TargetRole.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TargetRole[] |
TargetRole.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<TargetRole> |
TargetRole.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DBProxyTarget.Builder |
DBProxyTarget.Builder.role(TargetRole role)
A value that indicates whether the target of the proxy can be used for read/write or read-only operations.
|
Copyright © 2022. All rights reserved.