| Package | Description |
|---|---|
| software.amazon.awssdk.services.rds.model |
| Modifier and Type | Method and Description |
|---|---|
AuthScheme |
UserAuthConfig.authScheme()
The type of authentication that the proxy uses for connections from the proxy to the underlying database.
|
AuthScheme |
UserAuthConfigInfo.authScheme()
The type of authentication that the proxy uses for connections from the proxy to the underlying database.
|
static AuthScheme |
AuthScheme.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<AuthScheme> |
AuthScheme.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UserAuthConfig.Builder |
UserAuthConfig.Builder.authScheme(AuthScheme authScheme)
The type of authentication that the proxy uses for connections from the proxy to the underlying database.
|
UserAuthConfigInfo.Builder |
UserAuthConfigInfo.Builder.authScheme(AuthScheme authScheme)
The type of authentication that the proxy uses for connections from the proxy to the underlying database.
|
Copyright © 2023. All rights reserved.