Uses of Class
software.amazon.awssdk.services.codecommit.model.PostCommentReplyResponse
-
Packages that use PostCommentReplyResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of PostCommentReplyResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return PostCommentReplyResponse Modifier and Type Method Description default PostCommentReplyResponseCodeCommitClient. postCommentReply(Consumer<PostCommentReplyRequest.Builder> postCommentReplyRequest)Posts a comment in reply to an existing comment on a comparison between commits or a pull request.default PostCommentReplyResponseCodeCommitClient. postCommentReply(PostCommentReplyRequest postCommentReplyRequest)Posts a comment in reply to an existing comment on a comparison between commits or a pull request.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type PostCommentReplyResponse Modifier and Type Method Description default CompletableFuture<PostCommentReplyResponse>CodeCommitAsyncClient. postCommentReply(Consumer<PostCommentReplyRequest.Builder> postCommentReplyRequest)Posts a comment in reply to an existing comment on a comparison between commits or a pull request.default CompletableFuture<PostCommentReplyResponse>CodeCommitAsyncClient. postCommentReply(PostCommentReplyRequest postCommentReplyRequest)Posts a comment in reply to an existing comment on a comparison between commits or a pull request.
-