default AssociateFacesResponse |
RekognitionClient.associateFaces(Consumer<AssociateFacesRequest.Builder> associateFacesRequest) |
Associates one or more faces with an existing UserID.
|
default AssociateFacesResponse |
RekognitionClient.associateFaces(AssociateFacesRequest associateFacesRequest) |
Associates one or more faces with an existing UserID.
|
default CreateUserResponse |
RekognitionClient.createUser(Consumer<CreateUserRequest.Builder> createUserRequest) |
Creates a new User within a collection specified by CollectionId.
|
default CreateUserResponse |
RekognitionClient.createUser(CreateUserRequest createUserRequest) |
Creates a new User within a collection specified by CollectionId.
|
default DeleteUserResponse |
RekognitionClient.deleteUser(Consumer<DeleteUserRequest.Builder> deleteUserRequest) |
Deletes the specified UserID within the collection.
|
default DeleteUserResponse |
RekognitionClient.deleteUser(DeleteUserRequest deleteUserRequest) |
Deletes the specified UserID within the collection.
|
default DisassociateFacesResponse |
RekognitionClient.disassociateFaces(Consumer<DisassociateFacesRequest.Builder> disassociateFacesRequest) |
Removes the association between a Face supplied in an array of FaceIds and the User.
|
default DisassociateFacesResponse |
RekognitionClient.disassociateFaces(DisassociateFacesRequest disassociateFacesRequest) |
Removes the association between a Face supplied in an array of FaceIds and the User.
|