| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
PutCommentReactionResult |
AWSCodeCommitClient.putCommentReaction(PutCommentReactionRequest request)
Adds or updates a reaction to a specified comment for the user whose identity is used to make the request.
|
PutCommentReactionResult |
AbstractAWSCodeCommit.putCommentReaction(PutCommentReactionRequest request) |
PutCommentReactionResult |
AWSCodeCommit.putCommentReaction(PutCommentReactionRequest putCommentReactionRequest)
Adds or updates a reaction to a specified comment for the user whose identity is used to make the request.
|
Future<PutCommentReactionResult> |
AWSCodeCommitAsync.putCommentReactionAsync(PutCommentReactionRequest putCommentReactionRequest)
Adds or updates a reaction to a specified comment for the user whose identity is used to make the request.
|
Future<PutCommentReactionResult> |
AbstractAWSCodeCommitAsync.putCommentReactionAsync(PutCommentReactionRequest request) |
Future<PutCommentReactionResult> |
AWSCodeCommitAsyncClient.putCommentReactionAsync(PutCommentReactionRequest request) |
Future<PutCommentReactionResult> |
AWSCodeCommitAsync.putCommentReactionAsync(PutCommentReactionRequest putCommentReactionRequest,
AsyncHandler<PutCommentReactionRequest,PutCommentReactionResult> asyncHandler)
Adds or updates a reaction to a specified comment for the user whose identity is used to make the request.
|
Future<PutCommentReactionResult> |
AbstractAWSCodeCommitAsync.putCommentReactionAsync(PutCommentReactionRequest request,
AsyncHandler<PutCommentReactionRequest,PutCommentReactionResult> asyncHandler) |
Future<PutCommentReactionResult> |
AWSCodeCommitAsyncClient.putCommentReactionAsync(PutCommentReactionRequest request,
AsyncHandler<PutCommentReactionRequest,PutCommentReactionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<PutCommentReactionResult> |
AWSCodeCommitAsync.putCommentReactionAsync(PutCommentReactionRequest putCommentReactionRequest,
AsyncHandler<PutCommentReactionRequest,PutCommentReactionResult> asyncHandler)
Adds or updates a reaction to a specified comment for the user whose identity is used to make the request.
|
Future<PutCommentReactionResult> |
AbstractAWSCodeCommitAsync.putCommentReactionAsync(PutCommentReactionRequest request,
AsyncHandler<PutCommentReactionRequest,PutCommentReactionResult> asyncHandler) |
Future<PutCommentReactionResult> |
AWSCodeCommitAsyncClient.putCommentReactionAsync(PutCommentReactionRequest request,
AsyncHandler<PutCommentReactionRequest,PutCommentReactionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutCommentReactionRequest |
PutCommentReactionRequest.clone() |
PutCommentReactionRequest |
PutCommentReactionRequest.withCommentId(String commentId)
The ID of the comment to which you want to add or update a reaction.
|
PutCommentReactionRequest |
PutCommentReactionRequest.withReactionValue(String reactionValue)
The emoji reaction you want to add or update.
|
Copyright © 2020. All rights reserved.