| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateCommentResponse |
CodeCommitClient.updateComment(Consumer<UpdateCommentRequest.Builder> updateCommentRequest)
Replaces the contents of a comment.
|
default CompletableFuture<UpdateCommentResponse> |
CodeCommitAsyncClient.updateComment(Consumer<UpdateCommentRequest.Builder> updateCommentRequest)
Replaces the contents of a comment.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateCommentRequest.Builder |
UpdateCommentRequest.builder() |
UpdateCommentRequest.Builder |
UpdateCommentRequest.Builder.commentId(String commentId)
The system-generated ID of the comment you want to update.
|
UpdateCommentRequest.Builder |
UpdateCommentRequest.Builder.content(String content)
The updated content to replace the existing content of the comment.
|
UpdateCommentRequest.Builder |
UpdateCommentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateCommentRequest.Builder |
UpdateCommentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateCommentRequest.Builder |
UpdateCommentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateCommentRequest.Builder> |
UpdateCommentRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.