Uses of Class
software.amazon.awssdk.services.workdocs.model.UpdateDocumentResponse
-
Packages that use UpdateDocumentResponse Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases: -
-
Uses of UpdateDocumentResponse in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that return UpdateDocumentResponse Modifier and Type Method Description default UpdateDocumentResponseWorkDocsClient. updateDocument(Consumer<UpdateDocumentRequest.Builder> updateDocumentRequest)Updates the specified attributes of a document.default UpdateDocumentResponseWorkDocsClient. updateDocument(UpdateDocumentRequest updateDocumentRequest)Updates the specified attributes of a document.Methods in software.amazon.awssdk.services.workdocs that return types with arguments of type UpdateDocumentResponse Modifier and Type Method Description default CompletableFuture<UpdateDocumentResponse>WorkDocsAsyncClient. updateDocument(Consumer<UpdateDocumentRequest.Builder> updateDocumentRequest)Updates the specified attributes of a document.default CompletableFuture<UpdateDocumentResponse>WorkDocsAsyncClient. updateDocument(UpdateDocumentRequest updateDocumentRequest)Updates the specified attributes of a document.
-