| Package | Description |
|---|---|
| com.amazonaws.services.elasticache.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationMode |
AuthenticationMode.clone() |
AuthenticationMode |
ModifyUserRequest.getAuthenticationMode()
Specifies how to authenticate the user.
|
AuthenticationMode |
CreateUserRequest.getAuthenticationMode()
Specifies how to authenticate the user.
|
AuthenticationMode |
AuthenticationMode.withPasswords(Collection<String> passwords)
Specifies the passwords to use for authentication if
Type is set to password. |
AuthenticationMode |
AuthenticationMode.withPasswords(String... passwords)
Specifies the passwords to use for authentication if
Type is set to password. |
AuthenticationMode |
AuthenticationMode.withType(InputAuthenticationType type)
Specifies the authentication type.
|
AuthenticationMode |
AuthenticationMode.withType(String type)
Specifies the authentication type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyUserRequest.setAuthenticationMode(AuthenticationMode authenticationMode)
Specifies how to authenticate the user.
|
void |
CreateUserRequest.setAuthenticationMode(AuthenticationMode authenticationMode)
Specifies how to authenticate the user.
|
ModifyUserRequest |
ModifyUserRequest.withAuthenticationMode(AuthenticationMode authenticationMode)
Specifies how to authenticate the user.
|
CreateUserRequest |
CreateUserRequest.withAuthenticationMode(AuthenticationMode authenticationMode)
Specifies how to authenticate the user.
|
Copyright © 2022. All rights reserved.