Uses of Class
software.amazon.awssdk.services.rekognition.model.UnsuccessfulFaceDisassociation
-
Packages that use UnsuccessfulFaceDisassociation Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of UnsuccessfulFaceDisassociation in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type UnsuccessfulFaceDisassociation Modifier and Type Method Description List<UnsuccessfulFaceDisassociation>DisassociateFacesResponse. unsuccessfulFaceDisassociations()An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type UnsuccessfulFaceDisassociation Modifier and Type Method Description DisassociateFacesResponse.BuilderDisassociateFacesResponse.Builder. unsuccessfulFaceDisassociations(UnsuccessfulFaceDisassociation... unsuccessfulFaceDisassociations)An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type UnsuccessfulFaceDisassociation Modifier and Type Method Description DisassociateFacesResponse.BuilderDisassociateFacesResponse.Builder. unsuccessfulFaceDisassociations(Collection<UnsuccessfulFaceDisassociation> unsuccessfulFaceDisassociations)An array of UnsuccessfulDisassociation objects containing FaceIds that are not successfully associated, along with the reasons for the failure to associate.
-