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