| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetCommentsForPullRequestResult> |
AbstractAWSCodeCommitAsync.getCommentsForPullRequestAsync(GetCommentsForPullRequestRequest request,
AsyncHandler<GetCommentsForPullRequestRequest,GetCommentsForPullRequestResult> asyncHandler) |
Future<GetCommentsForPullRequestResult> |
AWSCodeCommitAsync.getCommentsForPullRequestAsync(GetCommentsForPullRequestRequest getCommentsForPullRequestRequest,
AsyncHandler<GetCommentsForPullRequestRequest,GetCommentsForPullRequestResult> asyncHandler)
Returns comments made on a pull request.
|
Future<GetCommentsForPullRequestResult> |
AWSCodeCommitAsyncClient.getCommentsForPullRequestAsync(GetCommentsForPullRequestRequest request,
AsyncHandler<GetCommentsForPullRequestRequest,GetCommentsForPullRequestResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetCommentsForPullRequestRequest |
GetCommentsForPullRequestRequest.clone() |
GetCommentsForPullRequestRequest |
GetCommentsForPullRequestRequest.withAfterCommitId(String afterCommitId)
The full commit ID of the commit in the source branch that was the tip of the branch at the time the comment was
made.
|
GetCommentsForPullRequestRequest |
GetCommentsForPullRequestRequest.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.
|
GetCommentsForPullRequestRequest |
GetCommentsForPullRequestRequest.withMaxResults(Integer maxResults)
A non-zero, non-negative integer used to limit the number of returned results.
|
GetCommentsForPullRequestRequest |
GetCommentsForPullRequestRequest.withNextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
GetCommentsForPullRequestRequest |
GetCommentsForPullRequestRequest.withPullRequestId(String pullRequestId)
The system-generated ID of the pull request.
|
GetCommentsForPullRequestRequest |
GetCommentsForPullRequestRequest.withRepositoryName(String repositoryName)
The name of the repository that contains the pull request.
|
Copyright © 2024. All rights reserved.