Uses of Class
software.amazon.awssdk.services.rekognition.model.AssociateFacesResponse
-
Packages that use AssociateFacesResponse Package Description software.amazon.awssdk.services.rekognition This is the API Reference for Amazon Rekognition Image, Amazon Rekognition Custom Labels, Amazon Rekognition Stored Video, Amazon Rekognition Streaming Video. -
-
Uses of AssociateFacesResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return AssociateFacesResponse Modifier and Type Method Description default AssociateFacesResponseRekognitionClient. associateFaces(Consumer<AssociateFacesRequest.Builder> associateFacesRequest)Associates one or more faces with an existing UserID.default AssociateFacesResponseRekognitionClient. associateFaces(AssociateFacesRequest associateFacesRequest)Associates one or more faces with an existing UserID.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type AssociateFacesResponse Modifier and Type Method Description default CompletableFuture<AssociateFacesResponse>RekognitionAsyncClient. associateFaces(Consumer<AssociateFacesRequest.Builder> associateFacesRequest)Associates one or more faces with an existing UserID.default CompletableFuture<AssociateFacesResponse>RekognitionAsyncClient. associateFaces(AssociateFacesRequest associateFacesRequest)Associates one or more faces with an existing UserID.
-