| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| software.amazon.awssdk.services.codecommit.model |
| 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 CompletableFuture<DeleteCommentContentResponse> |
CodeCommitAsyncClient.deleteCommentContent(Consumer<DeleteCommentContentRequest.Builder> deleteCommentContentRequest)
Deletes the content of a comment made on a change, file, or commit in a repository.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteCommentContentRequest.Builder |
DeleteCommentContentRequest.builder() |
DeleteCommentContentRequest.Builder |
DeleteCommentContentRequest.Builder.commentId(String commentId)
The unique, system-generated ID of the comment.
|
DeleteCommentContentRequest.Builder |
DeleteCommentContentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteCommentContentRequest.Builder |
DeleteCommentContentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteCommentContentRequest.Builder |
DeleteCommentContentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteCommentContentRequest.Builder> |
DeleteCommentContentRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.