| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDescribeMergeConflictsError |
BatchDescribeMergeConflictsError.clone() |
BatchDescribeMergeConflictsError |
BatchDescribeMergeConflictsError.withExceptionName(String exceptionName)
The name of the exception.
|
BatchDescribeMergeConflictsError |
BatchDescribeMergeConflictsError.withFilePath(String filePath)
The path to the file.
|
BatchDescribeMergeConflictsError |
BatchDescribeMergeConflictsError.withMessage(String message)
The message provided by the exception.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchDescribeMergeConflictsError> |
BatchDescribeMergeConflictsResult.getErrors()
A list of any errors returned while describing the merge conflicts for each file.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDescribeMergeConflictsResult |
BatchDescribeMergeConflictsResult.withErrors(BatchDescribeMergeConflictsError... errors)
A list of any errors returned while describing the merge conflicts for each file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDescribeMergeConflictsResult.setErrors(Collection<BatchDescribeMergeConflictsError> errors)
A list of any errors returned while describing the merge conflicts for each file.
|
BatchDescribeMergeConflictsResult |
BatchDescribeMergeConflictsResult.withErrors(Collection<BatchDescribeMergeConflictsError> errors)
A list of any errors returned while describing the merge conflicts for each file.
|
Copyright © 2023. All rights reserved.