| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteCommentContentResponse |
CodeCommitClient.deleteCommentContent(Consumer<DeleteCommentContentRequest.Builder> deleteCommentContentRequest)
Deletes the content of a comment made on a change, file, or commit in a repository.
|
default DeleteCommentContentResponse |
CodeCommitClient.deleteCommentContent(DeleteCommentContentRequest deleteCommentContentRequest)
Deletes the content of a comment made on a change, file, or commit in a repository.
|
default GetCommentResponse |
CodeCommitClient.getComment(Consumer<GetCommentRequest.Builder> getCommentRequest)
Returns the content of a comment made on a change, file, or commit in a repository.
|
default GetCommentResponse |
CodeCommitClient.getComment(GetCommentRequest getCommentRequest)
Returns the content of a comment made on a change, file, or commit in a repository.
|
default GetCommentReactionsResponse |
CodeCommitClient.getCommentReactions(Consumer<GetCommentReactionsRequest.Builder> getCommentReactionsRequest)
Returns information about reactions to a specified comment ID.
|
default GetCommentReactionsResponse |
CodeCommitClient.getCommentReactions(GetCommentReactionsRequest getCommentReactionsRequest)
Returns information about reactions to a specified comment ID.
|
default GetCommentReactionsIterable |
CodeCommitClient.getCommentReactionsPaginator(Consumer<GetCommentReactionsRequest.Builder> getCommentReactionsRequest)
Returns information about reactions to a specified comment ID.
|
default GetCommentReactionsIterable |
CodeCommitClient.getCommentReactionsPaginator(GetCommentReactionsRequest getCommentReactionsRequest)
Returns information about reactions to a specified comment ID.
|
default PostCommentReplyResponse |
CodeCommitClient.postCommentReply(Consumer<PostCommentReplyRequest.Builder> postCommentReplyRequest)
Posts a comment in reply to an existing comment on a comparison between commits or a pull request.
|
default PostCommentReplyResponse |
CodeCommitClient.postCommentReply(PostCommentReplyRequest postCommentReplyRequest)
Posts a comment in reply to an existing comment on a comparison between commits or a pull request.
|
default PutCommentReactionResponse |
CodeCommitClient.putCommentReaction(Consumer<PutCommentReactionRequest.Builder> putCommentReactionRequest)
Adds or updates a reaction to a specified comment for the user whose identity is used to make the request.
|
default PutCommentReactionResponse |
CodeCommitClient.putCommentReaction(PutCommentReactionRequest putCommentReactionRequest)
Adds or updates a reaction to a specified comment for the user whose identity is used to make the request.
|
default UpdateCommentResponse |
CodeCommitClient.updateComment(Consumer<UpdateCommentRequest.Builder> updateCommentRequest)
Replaces the contents of a comment.
|
default UpdateCommentResponse |
CodeCommitClient.updateComment(UpdateCommentRequest updateCommentRequest)
Replaces the contents of a comment.
|
Copyright © 2023. All rights reserved.