Uses of Class
software.amazon.awssdk.services.rekognition.model.AssociatedFace
-
Packages that use AssociatedFace Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of AssociatedFace in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type AssociatedFace Modifier and Type Method Description List<AssociatedFace>AssociateFacesResponse. associatedFaces()An array of AssociatedFace objects containing FaceIDs that are successfully associated with the UserID is returned.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type AssociatedFace Modifier and Type Method Description AssociateFacesResponse.BuilderAssociateFacesResponse.Builder. associatedFaces(AssociatedFace... associatedFaces)An array of AssociatedFace objects containing FaceIDs that are successfully associated with the UserID is returned.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type AssociatedFace Modifier and Type Method Description AssociateFacesResponse.BuilderAssociateFacesResponse.Builder. associatedFaces(Collection<AssociatedFace> associatedFaces)An array of AssociatedFace objects containing FaceIDs that are successfully associated with the UserID is returned.
-