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