Uses of Class
software.amazon.awssdk.services.codecommit.model.BatchGetRepositoriesError
-
Packages that use BatchGetRepositoriesError Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of BatchGetRepositoriesError in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type BatchGetRepositoriesError Modifier and Type Method Description List<BatchGetRepositoriesError>BatchGetRepositoriesResponse. errors()Returns information about any errors returned when attempting to retrieve information about the repositories.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type BatchGetRepositoriesError Modifier and Type Method Description BatchGetRepositoriesResponse.BuilderBatchGetRepositoriesResponse.Builder. errors(BatchGetRepositoriesError... errors)Returns information about any errors returned when attempting to retrieve information about the repositories.Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type BatchGetRepositoriesError Modifier and Type Method Description BatchGetRepositoriesResponse.BuilderBatchGetRepositoriesResponse.Builder. errors(Collection<BatchGetRepositoriesError> errors)Returns information about any errors returned when attempting to retrieve information about the repositories.
-