Uses of Class
software.amazon.awssdk.services.connect.model.RuleSummary
-
Packages that use RuleSummary Package Description software.amazon.awssdk.services.connect.model software.amazon.awssdk.services.connect.paginators -
-
Uses of RuleSummary in software.amazon.awssdk.services.connect.model
Methods in software.amazon.awssdk.services.connect.model that return types with arguments of type RuleSummary Modifier and Type Method Description List<RuleSummary>ListRulesResponse. ruleSummaryList()Summary information about a rule.Methods in software.amazon.awssdk.services.connect.model with parameters of type RuleSummary Modifier and Type Method Description ListRulesResponse.BuilderListRulesResponse.Builder. ruleSummaryList(RuleSummary... ruleSummaryList)Summary information about a rule.Method parameters in software.amazon.awssdk.services.connect.model with type arguments of type RuleSummary Modifier and Type Method Description ListRulesResponse.BuilderListRulesResponse.Builder. ruleSummaryList(Collection<RuleSummary> ruleSummaryList)Summary information about a rule. -
Uses of RuleSummary in software.amazon.awssdk.services.connect.paginators
Methods in software.amazon.awssdk.services.connect.paginators that return types with arguments of type RuleSummary Modifier and Type Method Description SdkIterable<RuleSummary>ListRulesIterable. ruleSummaryList()Returns an iterable to iterate through the paginatedListRulesResponse.ruleSummaryList()member.SdkPublisher<RuleSummary>ListRulesPublisher. ruleSummaryList()Returns a publisher that can be used to get a stream of data.
-