Uses of Class
software.amazon.awssdk.services.rekognition.model.DisassociatedFace
-
Packages that use DisassociatedFace Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of DisassociatedFace in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type DisassociatedFace Modifier and Type Method Description List<DisassociatedFace>DisassociateFacesResponse. disassociatedFaces()An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type DisassociatedFace Modifier and Type Method Description DisassociateFacesResponse.BuilderDisassociateFacesResponse.Builder. disassociatedFaces(DisassociatedFace... disassociatedFaces)An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type DisassociatedFace Modifier and Type Method Description DisassociateFacesResponse.BuilderDisassociateFacesResponse.Builder. disassociatedFaces(Collection<DisassociatedFace> disassociatedFaces)An array of DissociatedFace objects containing FaceIds that are successfully disassociated with the UserID is returned.
-