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