| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static GetCommentsForComparedCommitResponse.Builder |
GetCommentsForComparedCommitResponse.builder() |
GetCommentsForComparedCommitResponse.Builder |
GetCommentsForComparedCommitResponse.Builder.commentsForComparedCommitData(Collection<CommentsForComparedCommit> commentsForComparedCommitData)
A list of comment objects on the compared commit.
|
GetCommentsForComparedCommitResponse.Builder |
GetCommentsForComparedCommitResponse.Builder.commentsForComparedCommitData(CommentsForComparedCommit... commentsForComparedCommitData)
A list of comment objects on the compared commit.
|
GetCommentsForComparedCommitResponse.Builder |
GetCommentsForComparedCommitResponse.Builder.commentsForComparedCommitData(Consumer<CommentsForComparedCommit.Builder>... commentsForComparedCommitData)
A list of comment objects on the compared commit.
|
GetCommentsForComparedCommitResponse.Builder |
GetCommentsForComparedCommitResponse.Builder.nextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
GetCommentsForComparedCommitResponse.Builder |
GetCommentsForComparedCommitResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetCommentsForComparedCommitResponse.Builder> |
GetCommentsForComparedCommitResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.