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