| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PostCommentForComparedCommitResult> |
AWSCodeCommitAsync.postCommentForComparedCommitAsync(PostCommentForComparedCommitRequest postCommentForComparedCommitRequest,
AsyncHandler<PostCommentForComparedCommitRequest,PostCommentForComparedCommitResult> asyncHandler)
Posts a comment on the comparison between two commits.
|
Future<PostCommentForComparedCommitResult> |
AbstractAWSCodeCommitAsync.postCommentForComparedCommitAsync(PostCommentForComparedCommitRequest request,
AsyncHandler<PostCommentForComparedCommitRequest,PostCommentForComparedCommitResult> asyncHandler) |
Future<PostCommentForComparedCommitResult> |
AWSCodeCommitAsyncClient.postCommentForComparedCommitAsync(PostCommentForComparedCommitRequest request,
AsyncHandler<PostCommentForComparedCommitRequest,PostCommentForComparedCommitResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PostCommentForComparedCommitRequest |
PostCommentForComparedCommitRequest.clone() |
PostCommentForComparedCommitRequest |
PostCommentForComparedCommitRequest.withAfterCommitId(String afterCommitId)
To establish the directionality of the comparison, the full commit ID of the after commit.
|
PostCommentForComparedCommitRequest |
PostCommentForComparedCommitRequest.withBeforeCommitId(String beforeCommitId)
To establish the directionality of the comparison, the full commit ID of the before commit.
|
PostCommentForComparedCommitRequest |
PostCommentForComparedCommitRequest.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.
|
PostCommentForComparedCommitRequest |
PostCommentForComparedCommitRequest.withContent(String content)
The content of the comment you want to make.
|
PostCommentForComparedCommitRequest |
PostCommentForComparedCommitRequest.withLocation(Location location)
The location of the comparison where you want to comment.
|
PostCommentForComparedCommitRequest |
PostCommentForComparedCommitRequest.withRepositoryName(String repositoryName)
The name of the repository where you want to post a comment on the comparison between commits.
|
Copyright © 2020. All rights reserved.