Uses of Class
software.amazon.awssdk.services.mailmanager.model.DeliverToQBusinessAction
-
Packages that use DeliverToQBusinessAction Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of DeliverToQBusinessAction in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return DeliverToQBusinessAction Modifier and Type Method Description DeliverToQBusinessActionRuleAction. deliverToQBusiness()This action delivers an email to an Amazon Q Business application for ingestion into its knowledge base.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type DeliverToQBusinessAction Modifier and Type Method Description RuleAction.BuilderRuleAction.Builder. deliverToQBusiness(DeliverToQBusinessAction deliverToQBusiness)This action delivers an email to an Amazon Q Business application for ingestion into its knowledge base.static RuleActionRuleAction. fromDeliverToQBusiness(DeliverToQBusinessAction deliverToQBusiness)Create an instance of this class withRuleAction.deliverToQBusiness()initialized to the given value.
-