| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static ListFileCommitHistoryResponse.Builder |
ListFileCommitHistoryResponse.builder() |
ListFileCommitHistoryResponse.Builder |
ListFileCommitHistoryResponse.Builder.nextToken(String nextToken)
An enumeration token that can be used to return the next batch of results.
|
ListFileCommitHistoryResponse.Builder |
ListFileCommitHistoryResponse.Builder.revisionDag(Collection<FileVersion> revisionDag)
An array of FileVersion objects that form a directed acyclic graph (DAG) of the changes to the file made by
the commits that changed the file.
|
ListFileCommitHistoryResponse.Builder |
ListFileCommitHistoryResponse.Builder.revisionDag(Consumer<FileVersion.Builder>... revisionDag)
An array of FileVersion objects that form a directed acyclic graph (DAG) of the changes to the file made by
the commits that changed the file.
|
ListFileCommitHistoryResponse.Builder |
ListFileCommitHistoryResponse.Builder.revisionDag(FileVersion... revisionDag)
An array of FileVersion objects that form a directed acyclic graph (DAG) of the changes to the file made by
the commits that changed the file.
|
ListFileCommitHistoryResponse.Builder |
ListFileCommitHistoryResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListFileCommitHistoryResponse.Builder> |
ListFileCommitHistoryResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.