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