| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationMode.Builder |
AuthenticationMode.builder() |
AuthenticationMode.Builder |
AuthenticationMode.Builder.passwords(Collection<String> passwords)
Specifies the passwords to use for authentication if
Type is set to password. |
AuthenticationMode.Builder |
AuthenticationMode.Builder.passwords(String... passwords)
Specifies the passwords to use for authentication if
Type is set to password. |
AuthenticationMode.Builder |
AuthenticationMode.toBuilder() |
AuthenticationMode.Builder |
AuthenticationMode.Builder.type(InputAuthenticationType type)
Specifies the authentication type.
|
AuthenticationMode.Builder |
AuthenticationMode.Builder.type(String type)
Specifies the authentication type.
|
| 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)
Specifies how to authenticate the user.
|
default ModifyUserRequest.Builder |
ModifyUserRequest.Builder.authenticationMode(Consumer<AuthenticationMode.Builder> authenticationMode)
Specifies how to authenticate the user.
|
Copyright © 2023. All rights reserved.