| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static User.Builder |
User.builder() |
User.Builder |
User.toBuilder() |
User.Builder |
User.Builder.userId(String userId)
A provided ID for the User.
|
User.Builder |
User.Builder.userStatus(String userStatus)
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
|
User.Builder |
User.Builder.userStatus(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 |
|---|---|
static Class<? extends User.Builder> |
User.serializableBuilderClass() |
Copyright © 2023. All rights reserved.