| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
ListFileCommitHistoryResult |
AbstractAWSCodeCommit.listFileCommitHistory(ListFileCommitHistoryRequest request) |
ListFileCommitHistoryResult |
AWSCodeCommit.listFileCommitHistory(ListFileCommitHistoryRequest listFileCommitHistoryRequest)
Retrieves a list of commits and changes to a specified file.
|
ListFileCommitHistoryResult |
AWSCodeCommitClient.listFileCommitHistory(ListFileCommitHistoryRequest request)
Retrieves a list of commits and changes to a specified file.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListFileCommitHistoryResult> |
AbstractAWSCodeCommitAsync.listFileCommitHistoryAsync(ListFileCommitHistoryRequest request,
AsyncHandler<ListFileCommitHistoryRequest,ListFileCommitHistoryResult> asyncHandler) |
Future<ListFileCommitHistoryResult> |
AWSCodeCommitAsync.listFileCommitHistoryAsync(ListFileCommitHistoryRequest listFileCommitHistoryRequest,
AsyncHandler<ListFileCommitHistoryRequest,ListFileCommitHistoryResult> asyncHandler)
Retrieves a list of commits and changes to a specified file.
|
Future<ListFileCommitHistoryResult> |
AWSCodeCommitAsyncClient.listFileCommitHistoryAsync(ListFileCommitHistoryRequest request,
AsyncHandler<ListFileCommitHistoryRequest,ListFileCommitHistoryResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListFileCommitHistoryResult |
ListFileCommitHistoryResult.clone() |
ListFileCommitHistoryResult |
ListFileCommitHistoryResult.withNextToken(String nextToken)
An enumeration token that can be used to return the next batch of results.
|
ListFileCommitHistoryResult |
ListFileCommitHistoryResult.withRevisionDag(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.
|
ListFileCommitHistoryResult |
ListFileCommitHistoryResult.withRevisionDag(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.