| Package | Description |
|---|---|
| com.amazonaws.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
User |
User.clone() |
User |
User.withUserId(String userId)
The identifier for a user in the identity store.
|
User |
User.withUserName(String userName)
Contains the user’s user name value.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
ListUsersResult.getUsers()
A list of
User objects in the identity store. |
| Modifier and Type | Method and Description |
|---|---|
ListUsersResult |
ListUsersResult.withUsers(User... users)
A list of
User objects in the identity store. |
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsersResult.setUsers(Collection<User> users)
A list of
User objects in the identity store. |
ListUsersResult |
ListUsersResult.withUsers(Collection<User> users)
A list of
User objects in the identity store. |
Copyright © 2021. All rights reserved.