| Package | Description |
|---|---|
| com.amazonaws.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
static AuthScheme |
AuthScheme.fromValue(String value)
Use this in place of valueOf.
|
static AuthScheme |
AuthScheme.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthScheme[] |
AuthScheme.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
UserAuthConfigInfo |
UserAuthConfigInfo.withAuthScheme(AuthScheme authScheme)
The type of authentication that the proxy uses for connections from the proxy to the underlying database.
|
UserAuthConfig |
UserAuthConfig.withAuthScheme(AuthScheme authScheme)
The type of authentication that the proxy uses for connections from the proxy to the underlying database.
|
Copyright © 2021. All rights reserved.