Uses of Class
software.amazon.awssdk.services.workdocs.model.DeleteCommentRequest
-
Packages that use DeleteCommentRequest 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 DeleteCommentRequest in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs with parameters of type DeleteCommentRequest Modifier and Type Method Description default CompletableFuture<DeleteCommentResponse>WorkDocsAsyncClient. deleteComment(DeleteCommentRequest deleteCommentRequest)Deletes the specified comment from the document version.default DeleteCommentResponseWorkDocsClient. deleteComment(DeleteCommentRequest deleteCommentRequest)Deletes the specified comment from the document version. -
Uses of DeleteCommentRequest in software.amazon.awssdk.services.workdocs.transform
Methods in software.amazon.awssdk.services.workdocs.transform with parameters of type DeleteCommentRequest Modifier and Type Method Description SdkHttpFullRequestDeleteCommentRequestMarshaller. marshall(DeleteCommentRequest deleteCommentRequest)
-