| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| 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 |
|---|---|
ListFileCommitHistoryRequest |
ListFileCommitHistoryRequest.clone() |
ListFileCommitHistoryRequest |
ListFileCommitHistoryRequest.withCommitSpecifier(String commitSpecifier)
The fully quaified reference that identifies the commit that contains the file.
|
ListFileCommitHistoryRequest |
ListFileCommitHistoryRequest.withFilePath(String filePath)
The full path of the file whose history you want to retrieve, including the name of the file.
|
ListFileCommitHistoryRequest |
ListFileCommitHistoryRequest.withMaxResults(Integer maxResults)
A non-zero, non-negative integer used to limit the number of returned results.
|
ListFileCommitHistoryRequest |
ListFileCommitHistoryRequest.withNextToken(String nextToken)
An enumeration token that allows the operation to batch the results.
|
ListFileCommitHistoryRequest |
ListFileCommitHistoryRequest.withRepositoryName(String repositoryName)
The name of the repository that contains the file.
|
Copyright © 2024. All rights reserved.