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 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.
|