Uses of Class
software.amazon.awssdk.services.workdocs.model.DeleteDocumentResponse
-
Packages that use DeleteDocumentResponse Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases: -
-
Uses of DeleteDocumentResponse in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that return DeleteDocumentResponse Modifier and Type Method Description default DeleteDocumentResponseWorkDocsClient. deleteDocument(Consumer<DeleteDocumentRequest.Builder> deleteDocumentRequest)Permanently deletes the specified document and its associated metadata.default DeleteDocumentResponseWorkDocsClient. deleteDocument(DeleteDocumentRequest deleteDocumentRequest)Permanently deletes the specified document and its associated metadata.Methods in software.amazon.awssdk.services.workdocs that return types with arguments of type DeleteDocumentResponse Modifier and Type Method Description default CompletableFuture<DeleteDocumentResponse>WorkDocsAsyncClient. deleteDocument(Consumer<DeleteDocumentRequest.Builder> deleteDocumentRequest)Permanently deletes the specified document and its associated metadata.default CompletableFuture<DeleteDocumentResponse>WorkDocsAsyncClient. deleteDocument(DeleteDocumentRequest deleteDocumentRequest)Permanently deletes the specified document and its associated metadata.
-