Uses of Class
software.amazon.awssdk.services.qbusiness.model.RuleConfiguration
-
Packages that use RuleConfiguration Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of RuleConfiguration in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return RuleConfiguration Modifier and Type Method Description static RuleConfigurationRuleConfiguration. fromContentBlockerRule(Consumer<ContentBlockerRule.Builder> contentBlockerRule)Create an instance of this class withcontentBlockerRule()initialized to the given value.static RuleConfigurationRuleConfiguration. fromContentBlockerRule(ContentBlockerRule contentBlockerRule)Create an instance of this class withcontentBlockerRule()initialized to the given value.static RuleConfigurationRuleConfiguration. fromContentRetrievalRule(Consumer<ContentRetrievalRule.Builder> contentRetrievalRule)Create an instance of this class withcontentRetrievalRule()initialized to the given value.static RuleConfigurationRuleConfiguration. fromContentRetrievalRule(ContentRetrievalRule contentRetrievalRule)Create an instance of this class withcontentRetrievalRule()initialized to the given value.RuleConfigurationRule. ruleConfiguration()The configuration information for a rule.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type RuleConfiguration Modifier and Type Method Description Rule.BuilderRule.Builder. ruleConfiguration(RuleConfiguration ruleConfiguration)The configuration information for a rule.
-