| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetCommitsError |
BatchGetCommitsError.clone() |
BatchGetCommitsError |
BatchGetCommitsError.withCommitId(String commitId)
A commit ID that either could not be found or was not in a valid format.
|
BatchGetCommitsError |
BatchGetCommitsError.withErrorCode(String errorCode)
An error code that specifies whether the commit ID was not valid or not found.
|
BatchGetCommitsError |
BatchGetCommitsError.withErrorMessage(String errorMessage)
An error message that provides detail about why the commit ID either was not found or was not valid.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetCommitsError> |
BatchGetCommitsResult.getErrors()
Returns any commit IDs for which information could not be found.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetCommitsResult |
BatchGetCommitsResult.withErrors(BatchGetCommitsError... errors)
Returns any commit IDs for which information could not be found.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetCommitsResult.setErrors(Collection<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 © 2024. All rights reserved.