Uses of Class
software.amazon.awssdk.services.comprehend.model.DocumentType
-
Packages that use DocumentType Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of DocumentType in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return DocumentType Modifier and Type Method Description static DocumentTypeDocumentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.DocumentTypeDocumentTypeListItem. type()Document type.static DocumentTypeDocumentType. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentType[]DocumentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type DocumentType Modifier and Type Method Description static Set<DocumentType>DocumentType. knownValues()Methods in software.amazon.awssdk.services.comprehend.model with parameters of type DocumentType Modifier and Type Method Description DocumentTypeListItem.BuilderDocumentTypeListItem.Builder. type(DocumentType type)Document type.
-