Uses of Class
software.amazon.awssdk.services.qbusiness.model.Rule
-
Packages that use Rule Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of Rule in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type Rule Modifier and Type Method Description List<Rule>TopicConfiguration. rules()Rules defined for a topic configuration.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type Rule Modifier and Type Method Description TopicConfiguration.BuilderTopicConfiguration.Builder. rules(Rule... rules)Rules defined for a topic configuration.Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type Rule Modifier and Type Method Description TopicConfiguration.BuilderTopicConfiguration.Builder. rules(Collection<Rule> rules)Rules defined for a topic configuration.
-