| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PostCommentForPullRequestResult> |
AWSCodeCommitAsyncClient.postCommentForPullRequestAsync(PostCommentForPullRequestRequest request,
AsyncHandler<PostCommentForPullRequestRequest,PostCommentForPullRequestResult> asyncHandler) |
Future<PostCommentForPullRequestResult> |
AWSCodeCommitAsync.postCommentForPullRequestAsync(PostCommentForPullRequestRequest postCommentForPullRequestRequest,
AsyncHandler<PostCommentForPullRequestRequest,PostCommentForPullRequestResult> asyncHandler)
Posts a comment on a pull request.
|
Future<PostCommentForPullRequestResult> |
AbstractAWSCodeCommitAsync.postCommentForPullRequestAsync(PostCommentForPullRequestRequest request,
AsyncHandler<PostCommentForPullRequestRequest,PostCommentForPullRequestResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PostCommentForPullRequestRequest |
PostCommentForPullRequestRequest.clone() |
PostCommentForPullRequestRequest |
PostCommentForPullRequestRequest.withAfterCommitId(String afterCommitId)
The full commit ID of the commit in the source branch that is the current tip of the branch for the pull request
when you post the comment.
|
PostCommentForPullRequestRequest |
PostCommentForPullRequestRequest.withBeforeCommitId(String beforeCommitId)
The full commit ID of the commit in the destination branch that was the tip of the branch at the time the pull
request was created.
|
PostCommentForPullRequestRequest |
PostCommentForPullRequestRequest.withClientRequestToken(String clientRequestToken)
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be
repeated with a changed parameter.
|
PostCommentForPullRequestRequest |
PostCommentForPullRequestRequest.withContent(String content)
The content of your comment on the change.
|
PostCommentForPullRequestRequest |
PostCommentForPullRequestRequest.withLocation(Location location)
The location of the change where you want to post your comment.
|
PostCommentForPullRequestRequest |
PostCommentForPullRequestRequest.withPullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
PostCommentForPullRequestRequest |
PostCommentForPullRequestRequest.withRepositoryName(String repositoryName)
The name of the repository where you want to post a comment on a pull request.
|
Copyright © 2023. All rights reserved.