| 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 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 © 2020. All rights reserved.