| Package | Description |
|---|---|
| software.amazon.awssdk.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationMode.Builder |
AuthenticationMode.builder() |
AuthenticationMode.Builder |
AuthenticationMode.Builder.passwords(Collection<String> passwords)
The password(s) used for authentication
|
AuthenticationMode.Builder |
AuthenticationMode.Builder.passwords(String... passwords)
The password(s) used for authentication
|
AuthenticationMode.Builder |
AuthenticationMode.toBuilder() |
AuthenticationMode.Builder |
AuthenticationMode.Builder.type(InputAuthenticationType type)
Indicates whether the user requires a password to authenticate.
|
AuthenticationMode.Builder |
AuthenticationMode.Builder.type(String type)
Indicates whether the user requires a password to authenticate.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AuthenticationMode.Builder> |
AuthenticationMode.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateUserRequest.Builder |
CreateUserRequest.Builder.authenticationMode(Consumer<AuthenticationMode.Builder> authenticationMode)
Denotes the user's authentication properties, such as whether it requires a password to authenticate.
|
default UpdateUserRequest.Builder |
UpdateUserRequest.Builder.authenticationMode(Consumer<AuthenticationMode.Builder> authenticationMode)
Denotes the user's authentication properties, such as whether it requires a password to authenticate.
|
Copyright © 2022. All rights reserved.