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