| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
GetCommentResult |
AWSCodeCommit.getComment(GetCommentRequest getCommentRequest)
Returns the content of a comment made on a change, file, or commit in a repository.
|
GetCommentResult |
AbstractAWSCodeCommit.getComment(GetCommentRequest request) |
GetCommentResult |
AWSCodeCommitClient.getComment(GetCommentRequest request)
Returns the content of a comment made on a change, file, or commit in a repository.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetCommentResult> |
AWSCodeCommitAsync.getCommentAsync(GetCommentRequest getCommentRequest)
Returns the content of a comment made on a change, file, or commit in a repository.
|
Future<GetCommentResult> |
AWSCodeCommitAsyncClient.getCommentAsync(GetCommentRequest request) |
Future<GetCommentResult> |
AbstractAWSCodeCommitAsync.getCommentAsync(GetCommentRequest request) |
Future<GetCommentResult> |
AWSCodeCommitAsync.getCommentAsync(GetCommentRequest getCommentRequest,
AsyncHandler<GetCommentRequest,GetCommentResult> asyncHandler)
Returns the content of a comment made on a change, file, or commit in a repository.
|
Future<GetCommentResult> |
AWSCodeCommitAsyncClient.getCommentAsync(GetCommentRequest request,
AsyncHandler<GetCommentRequest,GetCommentResult> asyncHandler) |
Future<GetCommentResult> |
AbstractAWSCodeCommitAsync.getCommentAsync(GetCommentRequest request,
AsyncHandler<GetCommentRequest,GetCommentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetCommentResult> |
AWSCodeCommitAsync.getCommentAsync(GetCommentRequest getCommentRequest,
AsyncHandler<GetCommentRequest,GetCommentResult> asyncHandler)
Returns the content of a comment made on a change, file, or commit in a repository.
|
Future<GetCommentResult> |
AWSCodeCommitAsyncClient.getCommentAsync(GetCommentRequest request,
AsyncHandler<GetCommentRequest,GetCommentResult> asyncHandler) |
Future<GetCommentResult> |
AbstractAWSCodeCommitAsync.getCommentAsync(GetCommentRequest request,
AsyncHandler<GetCommentRequest,GetCommentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetCommentResult |
GetCommentResult.clone() |
GetCommentResult |
GetCommentResult.withComment(Comment comment)
The contents of the comment.
|
Copyright © 2021. All rights reserved.