Uses of Class
software.amazon.awssdk.services.codecommit.model.Comment
-
Packages that use Comment Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of Comment in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return Comment Modifier and Type Method Description CommentDeleteCommentContentResponse. comment()Information about the comment you just deleted.CommentGetCommentResponse. comment()The contents of the comment.CommentPostCommentForComparedCommitResponse. comment()The content of the comment you posted.CommentPostCommentForPullRequestResponse. comment()The content of the comment you posted.CommentPostCommentReplyResponse. comment()Information about the reply to a comment.CommentUpdateCommentResponse. comment()Information about the updated comment.Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type Comment Modifier and Type Method Description List<Comment>CommentsForComparedCommit. comments()An array of comment objects.List<Comment>CommentsForPullRequest. comments()An array of comment objects.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type Comment Modifier and Type Method Description DeleteCommentContentResponse.BuilderDeleteCommentContentResponse.Builder. comment(Comment comment)Information about the comment you just deleted.GetCommentResponse.BuilderGetCommentResponse.Builder. comment(Comment comment)The contents of the comment.PostCommentForComparedCommitResponse.BuilderPostCommentForComparedCommitResponse.Builder. comment(Comment comment)The content of the comment you posted.PostCommentForPullRequestResponse.BuilderPostCommentForPullRequestResponse.Builder. comment(Comment comment)The content of the comment you posted.PostCommentReplyResponse.BuilderPostCommentReplyResponse.Builder. comment(Comment comment)Information about the reply to a comment.UpdateCommentResponse.BuilderUpdateCommentResponse.Builder. comment(Comment comment)Information about the updated comment.CommentsForComparedCommit.BuilderCommentsForComparedCommit.Builder. comments(Comment... comments)An array of comment objects.CommentsForPullRequest.BuilderCommentsForPullRequest.Builder. comments(Comment... comments)An array of comment objects.Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type Comment Modifier and Type Method Description CommentsForComparedCommit.BuilderCommentsForComparedCommit.Builder. comments(Collection<Comment> comments)An array of comment objects.CommentsForPullRequest.BuilderCommentsForPullRequest.Builder. comments(Collection<Comment> comments)An array of comment objects.
-