Uses of Class
software.amazon.awssdk.services.workdocs.model.UpdateDocumentRequest
-
Packages that use UpdateDocumentRequest 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 UpdateDocumentRequest in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs with parameters of type UpdateDocumentRequest Modifier and Type Method Description default CompletableFuture<UpdateDocumentResponse>WorkDocsAsyncClient. updateDocument(UpdateDocumentRequest updateDocumentRequest)Updates the specified attributes of a document.default UpdateDocumentResponseWorkDocsClient. updateDocument(UpdateDocumentRequest updateDocumentRequest)Updates the specified attributes of a document. -
Uses of UpdateDocumentRequest in software.amazon.awssdk.services.workdocs.transform
Methods in software.amazon.awssdk.services.workdocs.transform with parameters of type UpdateDocumentRequest Modifier and Type Method Description SdkHttpFullRequestUpdateDocumentRequestMarshaller. marshall(UpdateDocumentRequest updateDocumentRequest)
-