Uses of Class
software.amazon.awssdk.services.qbusiness.model.ContentBlockerRule
-
Packages that use ContentBlockerRule Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of ContentBlockerRule in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return ContentBlockerRule Modifier and Type Method Description ContentBlockerRuleRuleConfiguration. contentBlockerRule()A rule for configuring how Amazon Q responds when it encounters a a blocked topic.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type ContentBlockerRule Modifier and Type Method Description RuleConfiguration.BuilderRuleConfiguration.Builder. contentBlockerRule(ContentBlockerRule contentBlockerRule)A rule for configuring how Amazon Q responds when it encounters a a blocked topic.static RuleConfigurationRuleConfiguration. fromContentBlockerRule(ContentBlockerRule contentBlockerRule)Create an instance of this class withRuleConfiguration.contentBlockerRule()initialized to the given value.
-