Uses of Class
software.amazon.awssdk.services.connectcases.model.CaseRuleSummary
-
Packages that use CaseRuleSummary Package Description software.amazon.awssdk.services.connectcases.model software.amazon.awssdk.services.connectcases.paginators -
-
Uses of CaseRuleSummary in software.amazon.awssdk.services.connectcases.model
Methods in software.amazon.awssdk.services.connectcases.model that return types with arguments of type CaseRuleSummary Modifier and Type Method Description List<CaseRuleSummary>ListCaseRulesResponse. caseRules()A list of field summary objects.Methods in software.amazon.awssdk.services.connectcases.model with parameters of type CaseRuleSummary Modifier and Type Method Description ListCaseRulesResponse.BuilderListCaseRulesResponse.Builder. caseRules(CaseRuleSummary... caseRules)A list of field summary objects.Method parameters in software.amazon.awssdk.services.connectcases.model with type arguments of type CaseRuleSummary Modifier and Type Method Description ListCaseRulesResponse.BuilderListCaseRulesResponse.Builder. caseRules(Collection<CaseRuleSummary> caseRules)A list of field summary objects. -
Uses of CaseRuleSummary in software.amazon.awssdk.services.connectcases.paginators
Methods in software.amazon.awssdk.services.connectcases.paginators that return types with arguments of type CaseRuleSummary Modifier and Type Method Description SdkIterable<CaseRuleSummary>ListCaseRulesIterable. caseRules()Returns an iterable to iterate through the paginatedListCaseRulesResponse.caseRules()member.SdkPublisher<CaseRuleSummary>ListCaseRulesPublisher. caseRules()Returns a publisher that can be used to get a stream of data.
-