Uses of Class
software.amazon.awssdk.services.codecommit.model.Conflict
-
Packages that use Conflict Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of Conflict in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type Conflict Modifier and Type Method 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.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type Conflict Modifier and Type Method Description BatchDescribeMergeConflictsResponse.BuilderBatchDescribeMergeConflictsResponse.Builder. conflicts(Conflict... conflicts)A list of conflicts for each file, including the conflict metadata and the hunks of the differences between the files.Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type Conflict Modifier and Type Method Description BatchDescribeMergeConflictsResponse.BuilderBatchDescribeMergeConflictsResponse.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.
-