| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
default GetCommentResponse |
CodeCommitClient.getComment(Consumer<GetCommentRequest.Builder> getCommentRequest)
Returns the content of a comment made on a change, file, or commit in a repository.
|
default CompletableFuture<GetCommentResponse> |
CodeCommitAsyncClient.getComment(Consumer<GetCommentRequest.Builder> getCommentRequest)
Returns the content of a comment made on a change, file, or commit in a repository.
|
| Modifier and Type | Method and Description |
|---|---|
static GetCommentRequest.Builder |
GetCommentRequest.builder() |
GetCommentRequest.Builder |
GetCommentRequest.Builder.commentId(String commentId)
The unique, system-generated ID of the comment.
|
GetCommentRequest.Builder |
GetCommentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCommentRequest.Builder |
GetCommentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetCommentRequest.Builder |
GetCommentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetCommentRequest.Builder> |
GetCommentRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.