Uses of Class
software.amazon.awssdk.services.workdocs.model.DeleteDocumentRequest
-
Packages that use DeleteDocumentRequest 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 DeleteDocumentRequest in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs with parameters of type DeleteDocumentRequest Modifier and Type Method Description default CompletableFuture<DeleteDocumentResponse>WorkDocsAsyncClient. deleteDocument(DeleteDocumentRequest deleteDocumentRequest)Permanently deletes the specified document and its associated metadata.default DeleteDocumentResponseWorkDocsClient. deleteDocument(DeleteDocumentRequest deleteDocumentRequest)Permanently deletes the specified document and its associated metadata. -
Uses of DeleteDocumentRequest in software.amazon.awssdk.services.workdocs.transform
Methods in software.amazon.awssdk.services.workdocs.transform with parameters of type DeleteDocumentRequest Modifier and Type Method Description SdkHttpFullRequestDeleteDocumentRequestMarshaller. marshall(DeleteDocumentRequest deleteDocumentRequest)
-