| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
GetCommentsForComparedCommitRequest |
GetCommentsForComparedCommitRequest.clone() |
GetCommentsForComparedCommitRequest |
GetCommentsForComparedCommitRequest.withAfterCommitId(String afterCommitId)
To establish the directionality of the comparison, the full commit ID of the after commit.
|
GetCommentsForComparedCommitRequest |
GetCommentsForComparedCommitRequest.withBeforeCommitId(String beforeCommitId)
To establish the directionality of the comparison, the full commit ID of the before commit.
|
GetCommentsForComparedCommitRequest |
GetCommentsForComparedCommitRequest.withMaxResults(Integer maxResults)
A non-zero, non-negative integer used to limit the number of returned results.
|
GetCommentsForComparedCommitRequest |
GetCommentsForComparedCommitRequest.withNextToken(String nextToken)
An enumeration token that when provided in a request, returns the next batch of the results.
|
GetCommentsForComparedCommitRequest |
GetCommentsForComparedCommitRequest.withRepositoryName(String repositoryName)
The name of the repository where you want to compare commits.
|
Copyright © 2020. All rights reserved.