| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| Modifier and Type | Method and Description |
|---|---|
default BatchGetCommitsResponse |
CodeCommitClient.batchGetCommits(BatchGetCommitsRequest batchGetCommitsRequest)
Returns information about the contents of one or more commits in a repository.
|
default BatchGetCommitsResponse |
CodeCommitClient.batchGetCommits(Consumer<BatchGetCommitsRequest.Builder> batchGetCommitsRequest)
Returns information about the contents of one or more commits in a repository.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchGetCommitsResponse> |
CodeCommitAsyncClient.batchGetCommits(BatchGetCommitsRequest batchGetCommitsRequest)
Returns information about the contents of one or more commits in a repository.
|
default CompletableFuture<BatchGetCommitsResponse> |
CodeCommitAsyncClient.batchGetCommits(Consumer<BatchGetCommitsRequest.Builder> batchGetCommitsRequest)
Returns information about the contents of one or more commits in a repository.
|
Copyright © 2022. All rights reserved.