Uses of Class
software.amazon.awssdk.services.codecommit.model.BatchAssociateApprovalRuleTemplateWithRepositoriesError
-
Packages that use BatchAssociateApprovalRuleTemplateWithRepositoriesError Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of BatchAssociateApprovalRuleTemplateWithRepositoriesError in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type BatchAssociateApprovalRuleTemplateWithRepositoriesError Modifier and Type Method Description List<BatchAssociateApprovalRuleTemplateWithRepositoriesError>BatchAssociateApprovalRuleTemplateWithRepositoriesResponse. errors()A list of any errors that might have occurred while attempting to create the association between the template and the repositories.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type BatchAssociateApprovalRuleTemplateWithRepositoriesError Modifier and Type Method Description BatchAssociateApprovalRuleTemplateWithRepositoriesResponse.BuilderBatchAssociateApprovalRuleTemplateWithRepositoriesResponse.Builder. errors(BatchAssociateApprovalRuleTemplateWithRepositoriesError... errors)A list of any errors that might have occurred while attempting to create the association between the template and the repositories.Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type BatchAssociateApprovalRuleTemplateWithRepositoriesError Modifier and Type Method Description BatchAssociateApprovalRuleTemplateWithRepositoriesResponse.BuilderBatchAssociateApprovalRuleTemplateWithRepositoriesResponse.Builder. errors(Collection<BatchAssociateApprovalRuleTemplateWithRepositoriesError> errors)A list of any errors that might have occurred while attempting to create the association between the template and the repositories.
-