Uses of Class
software.amazon.awssdk.services.mailmanager.model.DeliverToMailboxAction
-
Packages that use DeliverToMailboxAction Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of DeliverToMailboxAction in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return DeliverToMailboxAction Modifier and Type Method Description DeliverToMailboxActionRuleAction. deliverToMailbox()This action delivers an email to a WorkMail mailbox.Methods in software.amazon.awssdk.services.mailmanager.model with parameters of type DeliverToMailboxAction Modifier and Type Method Description RuleAction.BuilderRuleAction.Builder. deliverToMailbox(DeliverToMailboxAction deliverToMailbox)This action delivers an email to a WorkMail mailbox.static RuleActionRuleAction. fromDeliverToMailbox(DeliverToMailboxAction deliverToMailbox)Create an instance of this class withRuleAction.deliverToMailbox()initialized to the given value.
-