| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
User |
User.clone() |
User |
User.withUserId(String userId)
A provided ID for the User.
|
User |
User.withUserStatus(String userStatus)
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
|
User |
User.withUserStatus(UserStatus userStatus)
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
|
| Modifier and Type | Method and Description |
|---|---|
List<User> |
ListUsersResult.getUsers()
List of UsersID associated with the specified collection.
|
| Modifier and Type | Method and Description |
|---|---|
ListUsersResult |
ListUsersResult.withUsers(User... users)
List of UsersID associated with the specified collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListUsersResult.setUsers(Collection<User> users)
List of UsersID associated with the specified collection.
|
ListUsersResult |
ListUsersResult.withUsers(Collection<User> users)
List of UsersID associated with the specified collection.
|
Copyright © 2023. All rights reserved.