Uses of Class
software.amazon.awssdk.services.workdocs.model.DeleteDocumentVersionRequest
-
Packages that use DeleteDocumentVersionRequest 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 DeleteDocumentVersionRequest in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs with parameters of type DeleteDocumentVersionRequest Modifier and Type Method Description default CompletableFuture<DeleteDocumentVersionResponse>WorkDocsAsyncClient. deleteDocumentVersion(DeleteDocumentVersionRequest deleteDocumentVersionRequest)Deletes a specific version of a document.default DeleteDocumentVersionResponseWorkDocsClient. deleteDocumentVersion(DeleteDocumentVersionRequest deleteDocumentVersionRequest)Deletes a specific version of a document. -
Uses of DeleteDocumentVersionRequest in software.amazon.awssdk.services.workdocs.transform
Methods in software.amazon.awssdk.services.workdocs.transform with parameters of type DeleteDocumentVersionRequest Modifier and Type Method Description SdkHttpFullRequestDeleteDocumentVersionRequestMarshaller. marshall(DeleteDocumentVersionRequest deleteDocumentVersionRequest)
-