| Package | Description |
|---|---|
| com.amazonaws.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
User |
User.clone() |
User |
DeleteUserResult.getUser()
The user object that has been deleted.
|
User |
UpdateUserResult.getUser()
The updated user
|
User |
CreateUserResult.getUser()
The newly-created user.
|
User |
User.withAccessString(String accessString)
Access permissions string used for this user.
|
User |
User.withACLNames(Collection<String> aCLNames)
The names of the Access Control Lists to which the user belongs
|
User |
User.withACLNames(String... aCLNames)
The names of the Access Control Lists to which the user belongs
|
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.withMinimumEngineVersion(String minimumEngineVersion)
The minimum engine version supported for the user
|
User |
User.withName(String name)
The name of the user
|
User |
User.withStatus(String status)
Indicates the user status.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
DescribeUsersResult.getUsers()
A list of users.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeleteUserResult.setUser(User user)
The user object that has been deleted.
|
void |
UpdateUserResult.setUser(User user)
The updated user
|
void |
CreateUserResult.setUser(User user)
The newly-created user.
|
DeleteUserResult |
DeleteUserResult.withUser(User user)
The user object that has been deleted.
|
UpdateUserResult |
UpdateUserResult.withUser(User user)
The updated user
|
CreateUserResult |
CreateUserResult.withUser(User user)
The newly-created user.
|
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 © 2025. All rights reserved.