Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
Authentication |
Authentication.clone() |
Authentication |
User.getAuthentication()
Denotes whether the user requires a password to authenticate.
|
Authentication |
ModifyUserResult.getAuthentication()
Denotes whether the user requires a password to authenticate.
|
Authentication |
DeleteUserResult.getAuthentication()
Denotes whether the user requires a password to authenticate.
|
Authentication |
CreateUserResult.getAuthentication()
Denotes whether the user requires a password to authenticate.
|
Authentication |
Authentication.withPasswordCount(Integer passwordCount)
The number of passwords belonging to the user.
|
Authentication |
Authentication.withType(AuthenticationType type)
Indicates whether the user requires a password to authenticate.
|
Authentication |
Authentication.withType(String type)
Indicates whether the user requires a password to authenticate.
|
Modifier and Type | Method and Description |
---|---|
void |
User.setAuthentication(Authentication authentication)
Denotes whether the user requires a password to authenticate.
|
void |
ModifyUserResult.setAuthentication(Authentication authentication)
Denotes whether the user requires a password to authenticate.
|
void |
DeleteUserResult.setAuthentication(Authentication authentication)
Denotes whether the user requires a password to authenticate.
|
void |
CreateUserResult.setAuthentication(Authentication authentication)
Denotes whether the user requires a password to authenticate.
|
User |
User.withAuthentication(Authentication authentication)
Denotes whether the user requires a password to authenticate.
|
ModifyUserResult |
ModifyUserResult.withAuthentication(Authentication authentication)
Denotes whether the user requires a password to authenticate.
|
DeleteUserResult |
DeleteUserResult.withAuthentication(Authentication authentication)
Denotes whether the user requires a password to authenticate.
|
CreateUserResult |
CreateUserResult.withAuthentication(Authentication authentication)
Denotes whether the user requires a password to authenticate.
|
Copyright © 2023. All rights reserved.