| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteCommentContentResponse> |
CodeCommitAsyncClient.deleteCommentContent(Consumer<DeleteCommentContentRequest.Builder> deleteCommentContentRequest)
Deletes the content of a comment made on a change, file, or commit in a repository.
|
default CompletableFuture<DeleteCommentContentResponse> |
CodeCommitAsyncClient.deleteCommentContent(DeleteCommentContentRequest deleteCommentContentRequest)
Deletes the content of a comment made on a change, file, or commit in a repository.
|
Copyright © 2022. All rights reserved.