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