| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetCommitsResult |
AWSCodeCommitClient.batchGetCommits(BatchGetCommitsRequest request)
Returns information about the contents of one or more commits in a repository.
|
BatchGetCommitsResult |
AWSCodeCommit.batchGetCommits(BatchGetCommitsRequest batchGetCommitsRequest)
Returns information about the contents of one or more commits in a repository.
|
BatchGetCommitsResult |
AbstractAWSCodeCommit.batchGetCommits(BatchGetCommitsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchGetCommitsResult> |
AbstractAWSCodeCommitAsync.batchGetCommitsAsync(BatchGetCommitsRequest request,
AsyncHandler<BatchGetCommitsRequest,BatchGetCommitsResult> asyncHandler) |
Future<BatchGetCommitsResult> |
AWSCodeCommitAsyncClient.batchGetCommitsAsync(BatchGetCommitsRequest request,
AsyncHandler<BatchGetCommitsRequest,BatchGetCommitsResult> asyncHandler) |
Future<BatchGetCommitsResult> |
AWSCodeCommitAsync.batchGetCommitsAsync(BatchGetCommitsRequest batchGetCommitsRequest,
AsyncHandler<BatchGetCommitsRequest,BatchGetCommitsResult> asyncHandler)
Returns information about the contents of one or more commits in a repository.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetCommitsResult |
BatchGetCommitsResult.clone() |
BatchGetCommitsResult |
BatchGetCommitsResult.withCommits(Collection<Commit> commits)
An array of commit data type objects, each of which contains information about a specified commit.
|
BatchGetCommitsResult |
BatchGetCommitsResult.withCommits(Commit... commits)
An array of commit data type objects, each of which contains information about a specified commit.
|
BatchGetCommitsResult |
BatchGetCommitsResult.withErrors(BatchGetCommitsError... errors)
Returns any commit IDs for which information could not be found.
|
BatchGetCommitsResult |
BatchGetCommitsResult.withErrors(Collection<BatchGetCommitsError> errors)
Returns any commit IDs for which information could not be found.
|
Copyright © 2022. All rights reserved.