Uses of Class
software.amazon.awssdk.services.workdocs.model.DocumentSourceType
-
Packages that use DocumentSourceType Package Description software.amazon.awssdk.services.workdocs.model -
-
Uses of DocumentSourceType in software.amazon.awssdk.services.workdocs.model
Methods in software.amazon.awssdk.services.workdocs.model that return DocumentSourceType Modifier and Type Method Description static DocumentSourceTypeDocumentSourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DocumentSourceTypeDocumentSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static DocumentSourceType[]DocumentSourceType. 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 DocumentSourceType Modifier and Type Method Description static Set<DocumentSourceType>DocumentSourceType. knownValues()Map<DocumentSourceType,String>DocumentVersionMetadata. source()The source of the document.Method parameters in software.amazon.awssdk.services.workdocs.model with type arguments of type DocumentSourceType Modifier and Type Method Description DocumentVersionMetadata.BuilderDocumentVersionMetadata.Builder. source(Map<DocumentSourceType,String> source)The source of the document.
-