Uses of Class
software.amazon.awssdk.services.connectcases.model.CaseRuleError
-
Packages that use CaseRuleError Package Description software.amazon.awssdk.services.connectcases.model -
-
Uses of CaseRuleError in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type CaseRuleError Modifier and Type Method Description List<CaseRuleError>BatchGetCaseRuleResponse. errors()List of case rule errors.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type CaseRuleError Modifier and Type Method Description BatchGetCaseRuleResponse.BuilderBatchGetCaseRuleResponse.Builder. errors(CaseRuleError... errors)List of case rule errors.Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type CaseRuleError Modifier and Type Method Description BatchGetCaseRuleResponse.BuilderBatchGetCaseRuleResponse.Builder. errors(Collection<CaseRuleError> errors)List of case rule errors.
-