| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
PostCommentForPullRequestResult |
AWSCodeCommitClient.postCommentForPullRequest(PostCommentForPullRequestRequest request)
Posts a comment on a pull request.
|
PostCommentForPullRequestResult |
AbstractAWSCodeCommit.postCommentForPullRequest(PostCommentForPullRequestRequest request) |
PostCommentForPullRequestResult |
AWSCodeCommit.postCommentForPullRequest(PostCommentForPullRequestRequest postCommentForPullRequestRequest)
Posts a comment on a pull request.
|
| Modifier and Type | Method and Description |
|---|---|
Future<PostCommentForPullRequestResult> |
AWSCodeCommitAsyncClient.postCommentForPullRequestAsync(PostCommentForPullRequestRequest request,
AsyncHandler<PostCommentForPullRequestRequest,PostCommentForPullRequestResult> asyncHandler) |
Future<PostCommentForPullRequestResult> |
AbstractAWSCodeCommitAsync.postCommentForPullRequestAsync(PostCommentForPullRequestRequest request,
AsyncHandler<PostCommentForPullRequestRequest,PostCommentForPullRequestResult> asyncHandler) |
Future<PostCommentForPullRequestResult> |
AWSCodeCommitAsync.postCommentForPullRequestAsync(PostCommentForPullRequestRequest postCommentForPullRequestRequest,
AsyncHandler<PostCommentForPullRequestRequest,PostCommentForPullRequestResult> asyncHandler)
Posts a comment on a pull request.
|
| Modifier and Type | Method and Description |
|---|---|
PostCommentForPullRequestResult |
PostCommentForPullRequestResult.clone() |
PostCommentForPullRequestResult |
PostCommentForPullRequestResult.withAfterBlobId(String afterBlobId)
In the directionality of the pull request, the blob ID of the after blob.
|
PostCommentForPullRequestResult |
PostCommentForPullRequestResult.withAfterCommitId(String afterCommitId)
The full commit ID of the commit in the destination branch where the pull request is merged.
|
PostCommentForPullRequestResult |
PostCommentForPullRequestResult.withBeforeBlobId(String beforeBlobId)
In the directionality of the pull request, the blob ID of the before blob.
|
PostCommentForPullRequestResult |
PostCommentForPullRequestResult.withBeforeCommitId(String beforeCommitId)
The full commit ID of the commit in the source branch used to create the pull request, or in the case of an
updated pull request, the full commit ID of the commit used to update the pull request.
|
PostCommentForPullRequestResult |
PostCommentForPullRequestResult.withComment(Comment comment)
The content of the comment you posted.
|
PostCommentForPullRequestResult |
PostCommentForPullRequestResult.withLocation(Location location)
The location of the change where you posted your comment.
|
PostCommentForPullRequestResult |
PostCommentForPullRequestResult.withPullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
PostCommentForPullRequestResult |
PostCommentForPullRequestResult.withRepositoryName(String repositoryName)
The name of the repository where you posted a comment on a pull request.
|
Copyright © 2022. All rights reserved.