| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetCommitsResponse.Builder |
BatchGetCommitsResponse.builder() |
BatchGetCommitsResponse.Builder |
BatchGetCommitsResponse.Builder.commits(Collection<Commit> commits)
An array of commit data type objects, each of which contains information about a specified commit.
|
BatchGetCommitsResponse.Builder |
BatchGetCommitsResponse.Builder.commits(Commit... commits)
An array of commit data type objects, each of which contains information about a specified commit.
|
BatchGetCommitsResponse.Builder |
BatchGetCommitsResponse.Builder.commits(Consumer<Commit.Builder>... commits)
An array of commit data type objects, each of which contains information about a specified commit.
|
BatchGetCommitsResponse.Builder |
BatchGetCommitsResponse.Builder.errors(BatchGetCommitsError... errors)
Returns any commit IDs for which information could not be found.
|
BatchGetCommitsResponse.Builder |
BatchGetCommitsResponse.Builder.errors(Collection<BatchGetCommitsError> errors)
Returns any commit IDs for which information could not be found.
|
BatchGetCommitsResponse.Builder |
BatchGetCommitsResponse.Builder.errors(Consumer<BatchGetCommitsError.Builder>... errors)
Returns any commit IDs for which information could not be found.
|
BatchGetCommitsResponse.Builder |
BatchGetCommitsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetCommitsResponse.Builder> |
BatchGetCommitsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.