| Package | Description |
|---|---|
| software.amazon.awssdk.services.identitystore.model |
| Modifier and Type | Method and Description |
|---|---|
List<User> |
ListUsersResponse.users()
A list of
User objects in the identity store. |
| Modifier and Type | Method and Description |
|---|---|
ListUsersResponse.Builder |
ListUsersResponse.Builder.users(User... users)
A list of
User objects in the identity store. |
| Modifier and Type | Method and Description |
|---|---|
ListUsersResponse.Builder |
ListUsersResponse.Builder.users(Collection<User> users)
A list of
User objects in the identity store. |
Copyright © 2020. All rights reserved.