| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetCommentReactionsResult> |
AbstractAWSCodeCommitAsync.getCommentReactionsAsync(GetCommentReactionsRequest request,
AsyncHandler<GetCommentReactionsRequest,GetCommentReactionsResult> asyncHandler) |
Future<GetCommentReactionsResult> |
AWSCodeCommitAsync.getCommentReactionsAsync(GetCommentReactionsRequest getCommentReactionsRequest,
AsyncHandler<GetCommentReactionsRequest,GetCommentReactionsResult> asyncHandler)
Returns information about reactions to a specified comment ID.
|
Future<GetCommentReactionsResult> |
AWSCodeCommitAsyncClient.getCommentReactionsAsync(GetCommentReactionsRequest request,
AsyncHandler<GetCommentReactionsRequest,GetCommentReactionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetCommentReactionsRequest |
GetCommentReactionsRequest.clone() |
GetCommentReactionsRequest |
GetCommentReactionsRequest.withCommentId(String commentId)
The ID of the comment for which you want to get reactions information.
|
GetCommentReactionsRequest |
GetCommentReactionsRequest.withMaxResults(Integer maxResults)
A non-zero, non-negative integer used to limit the number of returned results.
|
GetCommentReactionsRequest |
GetCommentReactionsRequest.withNextToken(String nextToken)
An enumeration token that, when provided in a request, returns the next batch of the results.
|
GetCommentReactionsRequest |
GetCommentReactionsRequest.withReactionUserArn(String reactionUserArn)
Optional.
|
Copyright © 2023. All rights reserved.