Uses of Class
software.amazon.awssdk.services.qbusiness.model.ContentRetrievalRule
-
Packages that use ContentRetrievalRule Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of ContentRetrievalRule in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return ContentRetrievalRule Modifier and Type Method Description ContentRetrievalRuleRuleConfiguration. contentRetrievalRule()Returns the value of the ContentRetrievalRule property for this object.Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type ContentRetrievalRule Modifier and Type Method Description RuleConfiguration.BuilderRuleConfiguration.Builder. contentRetrievalRule(ContentRetrievalRule contentRetrievalRule)Sets the value of the ContentRetrievalRule property for this object.static RuleConfigurationRuleConfiguration. fromContentRetrievalRule(ContentRetrievalRule contentRetrievalRule)Create an instance of this class withRuleConfiguration.contentRetrievalRule()initialized to the given value.
-