| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| Modifier and Type | Method and Description |
|---|---|
default PutCommentReactionResponse |
CodeCommitClient.putCommentReaction(Consumer<PutCommentReactionRequest.Builder> putCommentReactionRequest)
Adds or updates a reaction to a specified comment for the user whose identity is used to make the request.
|
default PutCommentReactionResponse |
CodeCommitClient.putCommentReaction(PutCommentReactionRequest putCommentReactionRequest)
Adds or updates a reaction to a specified comment for the user whose identity is used to make the request.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PutCommentReactionResponse> |
CodeCommitAsyncClient.putCommentReaction(Consumer<PutCommentReactionRequest.Builder> putCommentReactionRequest)
Adds or updates a reaction to a specified comment for the user whose identity is used to make the request.
|
default CompletableFuture<PutCommentReactionResponse> |
CodeCommitAsyncClient.putCommentReaction(PutCommentReactionRequest putCommentReactionRequest)
Adds or updates a reaction to a specified comment for the user whose identity is used to make the request.
|
Copyright © 2022. All rights reserved.