| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
GetCommentsForPullRequestResult |
AWSCodeCommit.getCommentsForPullRequest(GetCommentsForPullRequestRequest getCommentsForPullRequestRequest)
Returns comments made on a pull request.
|
GetCommentsForPullRequestResult |
AbstractAWSCodeCommit.getCommentsForPullRequest(GetCommentsForPullRequestRequest request) |
GetCommentsForPullRequestResult |
AWSCodeCommitClient.getCommentsForPullRequest(GetCommentsForPullRequestRequest request)
Returns comments made on a pull request.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
Future<GetCommentsForPullRequestResult> |
AbstractAWSCodeCommitAsync.getCommentsForPullRequestAsync(GetCommentsForPullRequestRequest request,
AsyncHandler<GetCommentsForPullRequestRequest,GetCommentsForPullRequestResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetCommentsForPullRequestResult |
GetCommentsForPullRequestResult.clone() |
GetCommentsForPullRequestResult |
GetCommentsForPullRequestResult.withCommentsForPullRequestData(Collection<CommentsForPullRequest> commentsForPullRequestData)
An array of comment objects on the pull request.
|
GetCommentsForPullRequestResult |
GetCommentsForPullRequestResult.withCommentsForPullRequestData(CommentsForPullRequest... commentsForPullRequestData)
An array of comment objects on the pull request.
|
GetCommentsForPullRequestResult |
GetCommentsForPullRequestResult.withNextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
Copyright © 2021. All rights reserved.