Uses of Class
software.amazon.awssdk.services.codecommit.model.MergeHunk
-
Packages that use MergeHunk Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of MergeHunk in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type MergeHunk Modifier and Type Method Description List<MergeHunk>Conflict. mergeHunks()A list of hunks that contain the differences between files or lines causing the conflict.List<MergeHunk>DescribeMergeConflictsResponse. mergeHunks()A list of merge hunks of the differences between the files or lines.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type MergeHunk Modifier and Type Method Description Conflict.BuilderConflict.Builder. mergeHunks(MergeHunk... mergeHunks)A list of hunks that contain the differences between files or lines causing the conflict.DescribeMergeConflictsResponse.BuilderDescribeMergeConflictsResponse.Builder. mergeHunks(MergeHunk... mergeHunks)A list of merge hunks of the differences between the files or lines.Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type MergeHunk Modifier and Type Method Description Conflict.BuilderConflict.Builder. mergeHunks(Collection<MergeHunk> mergeHunks)A list of hunks that contain the differences between files or lines causing the conflict.DescribeMergeConflictsResponse.BuilderDescribeMergeConflictsResponse.Builder. mergeHunks(Collection<MergeHunk> mergeHunks)A list of merge hunks of the differences between the files or lines.
-