| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateCommentResponse> |
CodeCommitAsyncClient.updateComment(Consumer<UpdateCommentRequest.Builder> updateCommentRequest)
Replaces the contents of a comment.
|
default CompletableFuture<UpdateCommentResponse> |
CodeCommitAsyncClient.updateComment(UpdateCommentRequest updateCommentRequest)
Replaces the contents of a comment.
|
Copyright © 2020. All rights reserved.