| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Comment |
PostCommentReplyResponse.comment()
Information about the reply to a comment.
|
Comment |
UpdateCommentResponse.comment()
Information about the updated comment.
|
Comment |
PostCommentForPullRequestResponse.comment()
The content of the comment you posted.
|
Comment |
DeleteCommentContentResponse.comment()
Information about the comment you just deleted.
|
Comment |
GetCommentResponse.comment()
The contents of the comment.
|
Comment |
PostCommentForComparedCommitResponse.comment()
The content of the comment you posted.
|
| Modifier and Type | Method and Description |
|---|---|
List<Comment> |
CommentsForPullRequest.comments()
An array of comment objects.
|
List<Comment> |
CommentsForComparedCommit.comments()
An array of comment objects.
|
| Modifier and Type | Method and Description |
|---|---|
PostCommentReplyResponse.Builder |
PostCommentReplyResponse.Builder.comment(Comment comment)
Information about the reply to a comment.
|
UpdateCommentResponse.Builder |
UpdateCommentResponse.Builder.comment(Comment comment)
Information about the updated comment.
|
PostCommentForPullRequestResponse.Builder |
PostCommentForPullRequestResponse.Builder.comment(Comment comment)
The content of the comment you posted.
|
DeleteCommentContentResponse.Builder |
DeleteCommentContentResponse.Builder.comment(Comment comment)
Information about the comment you just deleted.
|
GetCommentResponse.Builder |
GetCommentResponse.Builder.comment(Comment comment)
The contents of the comment.
|
PostCommentForComparedCommitResponse.Builder |
PostCommentForComparedCommitResponse.Builder.comment(Comment comment)
The content of the comment you posted.
|
CommentsForPullRequest.Builder |
CommentsForPullRequest.Builder.comments(Comment... comments)
An array of comment objects.
|
CommentsForComparedCommit.Builder |
CommentsForComparedCommit.Builder.comments(Comment... comments)
An array of comment objects.
|
| Modifier and Type | Method and Description |
|---|---|
CommentsForPullRequest.Builder |
CommentsForPullRequest.Builder.comments(Collection<Comment> comments)
An array of comment objects.
|
CommentsForComparedCommit.Builder |
CommentsForComparedCommit.Builder.comments(Collection<Comment> comments)
An array of comment objects.
|
Copyright © 2023. All rights reserved.