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