| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetRepositoriesError |
BatchGetRepositoriesError.clone() |
BatchGetRepositoriesError |
BatchGetRepositoriesError.withErrorCode(BatchGetRepositoriesErrorCodeEnum errorCode)
An error code that specifies the type of failure.
|
BatchGetRepositoriesError |
BatchGetRepositoriesError.withErrorCode(String errorCode)
An error code that specifies the type of failure.
|
BatchGetRepositoriesError |
BatchGetRepositoriesError.withErrorMessage(String errorMessage)
An error message that provides detail about why the repository either was not found or was not in a valid state.
|
BatchGetRepositoriesError |
BatchGetRepositoriesError.withRepositoryId(String repositoryId)
The ID of a repository that either could not be found or was not in a valid state.
|
BatchGetRepositoriesError |
BatchGetRepositoriesError.withRepositoryName(String repositoryName)
The name of a repository that either could not be found or was not in a valid state.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetRepositoriesError> |
BatchGetRepositoriesResult.getErrors()
Returns information about any errors returned when attempting to retrieve information about the repositories.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetRepositoriesResult |
BatchGetRepositoriesResult.withErrors(BatchGetRepositoriesError... errors)
Returns information about any errors returned when attempting to retrieve information about the repositories.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetRepositoriesResult.setErrors(Collection<BatchGetRepositoriesError> errors)
Returns information about any errors returned when attempting to retrieve information about the repositories.
|
BatchGetRepositoriesResult |
BatchGetRepositoriesResult.withErrors(Collection<BatchGetRepositoriesError> errors)
Returns information about any errors returned when attempting to retrieve information about the repositories.
|
Copyright © 2024. All rights reserved.