Uses of Class
software.amazon.awssdk.services.codecommit.model.BatchDescribeMergeConflictsError
-
Packages that use BatchDescribeMergeConflictsError Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of BatchDescribeMergeConflictsError in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type BatchDescribeMergeConflictsError Modifier and Type Method Description List<BatchDescribeMergeConflictsError>BatchDescribeMergeConflictsResponse. errors()A list of any errors returned while describing the merge conflicts for each file.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type BatchDescribeMergeConflictsError Modifier and Type Method Description BatchDescribeMergeConflictsResponse.BuilderBatchDescribeMergeConflictsResponse.Builder. errors(BatchDescribeMergeConflictsError... errors)A list of any errors returned while describing the merge conflicts for each file.Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type BatchDescribeMergeConflictsError Modifier and Type Method Description BatchDescribeMergeConflictsResponse.BuilderBatchDescribeMergeConflictsResponse.Builder. errors(Collection<BatchDescribeMergeConflictsError> errors)A list of any errors returned while describing the merge conflicts for each file.
-