Uses of Class
software.amazon.awssdk.services.codecommit.model.PostCommentForPullRequestResponse
-
Packages that use PostCommentForPullRequestResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of PostCommentForPullRequestResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return PostCommentForPullRequestResponse Modifier and Type Method Description default PostCommentForPullRequestResponseCodeCommitClient. postCommentForPullRequest(Consumer<PostCommentForPullRequestRequest.Builder> postCommentForPullRequestRequest)Posts a comment on a pull request.default PostCommentForPullRequestResponseCodeCommitClient. postCommentForPullRequest(PostCommentForPullRequestRequest postCommentForPullRequestRequest)Posts a comment on a pull request.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type PostCommentForPullRequestResponse Modifier and Type Method Description default CompletableFuture<PostCommentForPullRequestResponse>CodeCommitAsyncClient. postCommentForPullRequest(Consumer<PostCommentForPullRequestRequest.Builder> postCommentForPullRequestRequest)Posts a comment on a pull request.default CompletableFuture<PostCommentForPullRequestResponse>CodeCommitAsyncClient. postCommentForPullRequest(PostCommentForPullRequestRequest postCommentForPullRequestRequest)Posts a comment on a pull request.
-