| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
List<Conflict> |
BatchDescribeMergeConflictsResponse.conflicts()
A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the
files.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDescribeMergeConflictsResponse.Builder |
BatchDescribeMergeConflictsResponse.Builder.conflicts(Conflict... conflicts)
A list of conflicts for each file, including the conflict metadata and the hunks of the differences between
the files.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDescribeMergeConflictsResponse.Builder |
BatchDescribeMergeConflictsResponse.Builder.conflicts(Collection<Conflict> conflicts)
A list of conflicts for each file, including the conflict metadata and the hunks of the differences between
the files.
|
Copyright © 2022. All rights reserved.