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