Uses of Class
software.amazon.awssdk.services.rekognition.model.DisassociateFacesResponse
-
Packages that use DisassociateFacesResponse 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 DisassociateFacesResponse in software.amazon.awssdk.services.rekognition
Methods in software.amazon.awssdk.services.rekognition that return DisassociateFacesResponse Modifier and Type Method Description default DisassociateFacesResponseRekognitionClient. disassociateFaces(Consumer<DisassociateFacesRequest.Builder> disassociateFacesRequest)Removes the association between aFacesupplied in an array ofFaceIdsand the User.default DisassociateFacesResponseRekognitionClient. disassociateFaces(DisassociateFacesRequest disassociateFacesRequest)Removes the association between aFacesupplied in an array ofFaceIdsand the User.Methods in software.amazon.awssdk.services.rekognition that return types with arguments of type DisassociateFacesResponse Modifier and Type Method Description default CompletableFuture<DisassociateFacesResponse>RekognitionAsyncClient. disassociateFaces(Consumer<DisassociateFacesRequest.Builder> disassociateFacesRequest)Removes the association between aFacesupplied in an array ofFaceIdsand the User.default CompletableFuture<DisassociateFacesResponse>RekognitionAsyncClient. disassociateFaces(DisassociateFacesRequest disassociateFacesRequest)Removes the association between aFacesupplied in an array ofFaceIdsand the User.
-