| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| 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 GetCommentResponse |
CodeCommitClient.getComment(GetCommentRequest getCommentRequest)
Returns the content of a comment made on a change, file, or commit in a repository.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
default CompletableFuture<GetCommentResponse> |
CodeCommitAsyncClient.getComment(GetCommentRequest getCommentRequest)
Returns the content of a comment made on a change, file, or commit in a repository.
|
Copyright © 2021. All rights reserved.