| Package | Description |
|---|---|
| com.amazonaws.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static UserStatus |
UserStatus.fromValue(String value)
Use this in place of valueOf.
|
static UserStatus |
UserStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UserStatus[] |
UserStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
User |
User.withUserStatus(UserStatus userStatus)
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
|
AssociateFacesResult |
AssociateFacesResult.withUserStatus(UserStatus userStatus)
The status of an update made to a UserID.
|
MatchedUser |
MatchedUser.withUserStatus(UserStatus userStatus)
The status of the user matched to a provided FaceID.
|
DisassociateFacesResult |
DisassociateFacesResult.withUserStatus(UserStatus userStatus)
The status of an update made to a User.
|
Copyright © 2024. All rights reserved.