| Package | Description |
|---|---|
| software.amazon.awssdk.services.rekognition.model |
| Modifier and Type | Method and Description |
|---|---|
static UserStatus |
UserStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
UserStatus |
AssociateFacesResponse.userStatus()
The status of an update made to a UserID.
|
UserStatus |
DisassociateFacesResponse.userStatus()
The status of an update made to a User.
|
UserStatus |
User.userStatus()
Communicates if the UserID has been updated with latest set of faces to be associated with the UserID.
|
UserStatus |
MatchedUser.userStatus()
The status of the user matched to a provided FaceID.
|
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 |
|---|---|
static Set<UserStatus> |
UserStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AssociateFacesResponse.Builder |
AssociateFacesResponse.Builder.userStatus(UserStatus userStatus)
The status of an update made to a UserID.
|
DisassociateFacesResponse.Builder |
DisassociateFacesResponse.Builder.userStatus(UserStatus userStatus)
The status of an update made to a User.
|
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.
|
MatchedUser.Builder |
MatchedUser.Builder.userStatus(UserStatus userStatus)
The status of the user matched to a provided FaceID.
|
Copyright © 2023. All rights reserved.