| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static DBProxyEndpointTargetRole |
DBProxyEndpointTargetRole.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
DBProxyEndpoint |
DBProxyEndpoint.withTargetRole(DBProxyEndpointTargetRole targetRole)
A value that indicates whether the DB proxy endpoint can be used for read/write or read-only operations.
|
CreateDBProxyEndpointRequest |
CreateDBProxyEndpointRequest.withTargetRole(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.