Uses of Class
software.amazon.awssdk.services.codecommit.model.BatchGetCommitsError
-
Packages that use BatchGetCommitsError Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of BatchGetCommitsError in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type BatchGetCommitsError Modifier and Type Method Description List<BatchGetCommitsError>BatchGetCommitsResponse. errors()Returns any commit IDs for which information could not be found.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type BatchGetCommitsError Modifier and Type Method Description BatchGetCommitsResponse.BuilderBatchGetCommitsResponse.Builder. errors(BatchGetCommitsError... errors)Returns any commit IDs for which information could not be found.Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type BatchGetCommitsError Modifier and Type Method Description BatchGetCommitsResponse.BuilderBatchGetCommitsResponse.Builder. errors(Collection<BatchGetCommitsError> errors)Returns any commit IDs for which information could not be found.
-