Uses of Class
software.amazon.awssdk.services.workdocs.model.UpdateDocumentVersionRequest
-
Packages that use UpdateDocumentVersionRequest Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases:software.amazon.awssdk.services.workdocs.transform -
-
Uses of UpdateDocumentVersionRequest in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs with parameters of type UpdateDocumentVersionRequest Modifier and Type Method Description default CompletableFuture<UpdateDocumentVersionResponse>WorkDocsAsyncClient. updateDocumentVersion(UpdateDocumentVersionRequest updateDocumentVersionRequest)Changes the status of the document version to ACTIVE.default UpdateDocumentVersionResponseWorkDocsClient. updateDocumentVersion(UpdateDocumentVersionRequest updateDocumentVersionRequest)Changes the status of the document version to ACTIVE. -
Uses of UpdateDocumentVersionRequest in software.amazon.awssdk.services.workdocs.transform
Methods in software.amazon.awssdk.services.workdocs.transform with parameters of type UpdateDocumentVersionRequest Modifier and Type Method Description SdkHttpFullRequestUpdateDocumentVersionRequestMarshaller. marshall(UpdateDocumentVersionRequest updateDocumentVersionRequest)
-