Uses of Class
software.amazon.awssdk.services.rekognition.model.UnsearchedFaceReason
-
Packages that use UnsearchedFaceReason Package Description software.amazon.awssdk.services.rekognition.model -
-
Uses of UnsearchedFaceReason in software.amazon.awssdk.services.rekognition.model
Methods in software.amazon.awssdk.services.rekognition.model that return UnsearchedFaceReason Modifier and Type Method Description static UnsearchedFaceReasonUnsearchedFaceReason. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static UnsearchedFaceReasonUnsearchedFaceReason. valueOf(String name)Returns the enum constant of this type with the specified name.static UnsearchedFaceReason[]UnsearchedFaceReason. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.rekognition.model that return types with arguments of type UnsearchedFaceReason Modifier and Type Method Description static Set<UnsearchedFaceReason>UnsearchedFaceReason. knownValues()List<UnsearchedFaceReason>UnsearchedFace. reasons()Reasons why a face wasn't used for Search.Methods in software.amazon.awssdk.services.rekognition.model with parameters of type UnsearchedFaceReason Modifier and Type Method Description UnsearchedFace.BuilderUnsearchedFace.Builder. reasons(UnsearchedFaceReason... reasons)Reasons why a face wasn't used for Search.Method parameters in software.amazon.awssdk.services.rekognition.model with type arguments of type UnsearchedFaceReason Modifier and Type Method Description UnsearchedFace.BuilderUnsearchedFace.Builder. reasons(Collection<UnsearchedFaceReason> reasons)Reasons why a face wasn't used for Search.
-