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