Uses of Class
software.amazon.awssdk.services.codecommit.model.FileVersion
-
Packages that use FileVersion Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of FileVersion in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type FileVersion Modifier and Type Method 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.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type FileVersion Modifier and Type Method Description ListFileCommitHistoryResponse.BuilderListFileCommitHistoryResponse.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.Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type FileVersion Modifier and Type Method Description ListFileCommitHistoryResponse.BuilderListFileCommitHistoryResponse.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.
-