Uses of Class
software.amazon.awssdk.services.workdocs.model.DeleteCommentResponse
-
Packages that use DeleteCommentResponse Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases: -
-
Uses of DeleteCommentResponse in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that return DeleteCommentResponse Modifier and Type Method Description default DeleteCommentResponseWorkDocsClient. deleteComment(Consumer<DeleteCommentRequest.Builder> deleteCommentRequest)Deletes the specified comment from the document version.default DeleteCommentResponseWorkDocsClient. deleteComment(DeleteCommentRequest deleteCommentRequest)Deletes the specified comment from the document version.Methods in software.amazon.awssdk.services.workdocs that return types with arguments of type DeleteCommentResponse Modifier and Type Method Description default CompletableFuture<DeleteCommentResponse>WorkDocsAsyncClient. deleteComment(Consumer<DeleteCommentRequest.Builder> deleteCommentRequest)Deletes the specified comment from the document version.default CompletableFuture<DeleteCommentResponse>WorkDocsAsyncClient. deleteComment(DeleteCommentRequest deleteCommentRequest)Deletes the specified comment from the document version.
-