| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
PostCommentForComparedCommitResult |
AWSCodeCommitClient.postCommentForComparedCommit(PostCommentForComparedCommitRequest request)
Posts a comment on the comparison between two commits.
|
PostCommentForComparedCommitResult |
AWSCodeCommit.postCommentForComparedCommit(PostCommentForComparedCommitRequest postCommentForComparedCommitRequest)
Posts a comment on the comparison between two commits.
|
PostCommentForComparedCommitResult |
AbstractAWSCodeCommit.postCommentForComparedCommit(PostCommentForComparedCommitRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<PostCommentForComparedCommitResult> |
AbstractAWSCodeCommitAsync.postCommentForComparedCommitAsync(PostCommentForComparedCommitRequest request,
AsyncHandler<PostCommentForComparedCommitRequest,PostCommentForComparedCommitResult> asyncHandler) |
Future<PostCommentForComparedCommitResult> |
AWSCodeCommitAsyncClient.postCommentForComparedCommitAsync(PostCommentForComparedCommitRequest request,
AsyncHandler<PostCommentForComparedCommitRequest,PostCommentForComparedCommitResult> asyncHandler) |
Future<PostCommentForComparedCommitResult> |
AWSCodeCommitAsync.postCommentForComparedCommitAsync(PostCommentForComparedCommitRequest postCommentForComparedCommitRequest,
AsyncHandler<PostCommentForComparedCommitRequest,PostCommentForComparedCommitResult> asyncHandler)
Posts a comment on the comparison between two commits.
|
| Modifier and Type | Method and Description |
|---|---|
PostCommentForComparedCommitResult |
PostCommentForComparedCommitResult.clone() |
PostCommentForComparedCommitResult |
PostCommentForComparedCommitResult.withAfterBlobId(String afterBlobId)
In the directionality you established, the blob ID of the after blob.
|
PostCommentForComparedCommitResult |
PostCommentForComparedCommitResult.withAfterCommitId(String afterCommitId)
In the directionality you established, the full commit ID of the after commit.
|
PostCommentForComparedCommitResult |
PostCommentForComparedCommitResult.withBeforeBlobId(String beforeBlobId)
In the directionality you established, the blob ID of the before blob.
|
PostCommentForComparedCommitResult |
PostCommentForComparedCommitResult.withBeforeCommitId(String beforeCommitId)
In the directionality you established, the full commit ID of the before commit.
|
PostCommentForComparedCommitResult |
PostCommentForComparedCommitResult.withComment(Comment comment)
The content of the comment you posted.
|
PostCommentForComparedCommitResult |
PostCommentForComparedCommitResult.withLocation(Location location)
The location of the comment in the comparison between the two commits.
|
PostCommentForComparedCommitResult |
PostCommentForComparedCommitResult.withRepositoryName(String repositoryName)
The name of the repository where you posted a comment on the comparison between commits.
|
Copyright © 2022. All rights reserved.