| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
GetCommentReactionsResult |
AbstractAWSCodeCommit.getCommentReactions(GetCommentReactionsRequest request) |
GetCommentReactionsResult |
AWSCodeCommitClient.getCommentReactions(GetCommentReactionsRequest request)
Returns information about reactions to a specified comment ID.
|
GetCommentReactionsResult |
AWSCodeCommit.getCommentReactions(GetCommentReactionsRequest getCommentReactionsRequest)
Returns information about reactions to a specified comment ID.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetCommentReactionsResult> |
AbstractAWSCodeCommitAsync.getCommentReactionsAsync(GetCommentReactionsRequest request,
AsyncHandler<GetCommentReactionsRequest,GetCommentReactionsResult> asyncHandler) |
Future<GetCommentReactionsResult> |
AWSCodeCommitAsyncClient.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.
|
| Modifier and Type | Method and Description |
|---|---|
GetCommentReactionsResult |
GetCommentReactionsResult.clone() |
GetCommentReactionsResult |
GetCommentReactionsResult.withNextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
GetCommentReactionsResult |
GetCommentReactionsResult.withReactionsForComment(Collection<ReactionForComment> reactionsForComment)
An array of reactions to the specified comment.
|
GetCommentReactionsResult |
GetCommentReactionsResult.withReactionsForComment(ReactionForComment... reactionsForComment)
An array of reactions to the specified comment.
|
Copyright © 2023. All rights reserved.