Package | Description |
---|---|
com.amazonaws.services.elasticache.model |
Modifier and Type | Method and Description |
---|---|
User |
User.clone() |
User |
User.withAccessString(String accessString)
Access permissions string used for this user.
|
User |
User.withARN(String aRN)
The Amazon Resource Name (ARN) of the user.
|
User |
User.withAuthentication(Authentication authentication)
Denotes whether the user requires a password to authenticate.
|
User |
User.withEngine(String engine)
The current supported value is Redis.
|
User |
User.withMinimumEngineVersion(String minimumEngineVersion)
The minimum engine version required, which is Redis 6.0
|
User |
User.withStatus(String status)
Indicates the user status.
|
User |
User.withUserGroupIds(Collection<String> userGroupIds)
Returns a list of the user group IDs the user belongs to.
|
User |
User.withUserGroupIds(String... userGroupIds)
Returns a list of the user group IDs the user belongs to.
|
User |
User.withUserId(String userId)
The ID of the user.
|
User |
User.withUserName(String userName)
The username of the user.
|
Modifier and Type | Method and Description |
---|---|
List<User> |
DescribeUsersResult.getUsers()
A list of users.
|
Modifier and Type | Method and Description |
---|---|
DescribeUsersResult |
DescribeUsersResult.withUsers(User... users)
A list of users.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeUsersResult.setUsers(Collection<User> users)
A list of users.
|
DescribeUsersResult |
DescribeUsersResult.withUsers(Collection<User> users)
A list of users.
|
Copyright © 2022. All rights reserved.