Uses of Class
software.amazon.awssdk.services.workdocs.model.DeleteDocumentVersionResponse
-
Packages that use DeleteDocumentVersionResponse Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases: -
-
Uses of DeleteDocumentVersionResponse in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that return DeleteDocumentVersionResponse Modifier and Type Method Description default DeleteDocumentVersionResponseWorkDocsClient. deleteDocumentVersion(Consumer<DeleteDocumentVersionRequest.Builder> deleteDocumentVersionRequest)Deletes a specific version of a document.default DeleteDocumentVersionResponseWorkDocsClient. deleteDocumentVersion(DeleteDocumentVersionRequest deleteDocumentVersionRequest)Deletes a specific version of a document.Methods in software.amazon.awssdk.services.workdocs that return types with arguments of type DeleteDocumentVersionResponse Modifier and Type Method Description default CompletableFuture<DeleteDocumentVersionResponse>WorkDocsAsyncClient. deleteDocumentVersion(Consumer<DeleteDocumentVersionRequest.Builder> deleteDocumentVersionRequest)Deletes a specific version of a document.default CompletableFuture<DeleteDocumentVersionResponse>WorkDocsAsyncClient. deleteDocumentVersion(DeleteDocumentVersionRequest deleteDocumentVersionRequest)Deletes a specific version of a document.
-