| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Location |
PostCommentForPullRequestRequest.location()
The location of the change where you want to post your comment.
|
Location |
PostCommentForComparedCommitRequest.location()
The location of the comparison where you want to comment.
|
Location |
CommentsForPullRequest.location()
Location information about the comment on the pull request, including the file name, line number, and whether the
version of the file where the comment was made is BEFORE (destination branch) or AFTER (source branch).
|
Location |
CommentsForComparedCommit.location()
Location information about the comment on the comparison, including the file name, line number, and whether the
version of the file where the comment was made is BEFORE or AFTER.
|
Location |
PostCommentForPullRequestResponse.location()
The location of the change where you posted your comment.
|
Location |
PostCommentForComparedCommitResponse.location()
The location of the comment in the comparison between the two commits.
|
| Modifier and Type | Method and Description |
|---|---|
PostCommentForPullRequestRequest.Builder |
PostCommentForPullRequestRequest.Builder.location(Location location)
The location of the change where you want to post your comment.
|
PostCommentForComparedCommitRequest.Builder |
PostCommentForComparedCommitRequest.Builder.location(Location location)
The location of the comparison where you want to comment.
|
CommentsForPullRequest.Builder |
CommentsForPullRequest.Builder.location(Location location)
Location information about the comment on the pull request, including the file name, line number, and whether
the version of the file where the comment was made is BEFORE (destination branch) or AFTER (source branch).
|
CommentsForComparedCommit.Builder |
CommentsForComparedCommit.Builder.location(Location location)
Location information about the comment on the comparison, including the file name, line number, and whether
the version of the file where the comment was made is BEFORE or AFTER.
|
PostCommentForPullRequestResponse.Builder |
PostCommentForPullRequestResponse.Builder.location(Location location)
The location of the change where you posted your comment.
|
PostCommentForComparedCommitResponse.Builder |
PostCommentForComparedCommitResponse.Builder.location(Location location)
The location of the comment in the comparison between the two commits.
|
Copyright © 2023. All rights reserved.