| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
List<FileVersion> |
ListFileCommitHistoryResponse.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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
Copyright © 2023. All rights reserved.