Uses of Interface
software.amazon.awssdk.services.mailmanager.model.DeliverToMailboxAction.Builder
-
Packages that use DeliverToMailboxAction.Builder Package Description software.amazon.awssdk.services.mailmanager.model -
-
Uses of DeliverToMailboxAction.Builder in software.amazon.awssdk.services.mailmanager.model
Methods in software.amazon.awssdk.services.mailmanager.model that return DeliverToMailboxAction.Builder Modifier and Type Method Description DeliverToMailboxAction.BuilderDeliverToMailboxAction.Builder. actionFailurePolicy(String actionFailurePolicy)A policy that states what to do in the case of failure.DeliverToMailboxAction.BuilderDeliverToMailboxAction.Builder. actionFailurePolicy(ActionFailurePolicy actionFailurePolicy)A policy that states what to do in the case of failure.static DeliverToMailboxAction.BuilderDeliverToMailboxAction. builder()DeliverToMailboxAction.BuilderDeliverToMailboxAction.Builder. mailboxArn(String mailboxArn)The Amazon Resource Name (ARN) of a WorkMail organization to deliver the email to.DeliverToMailboxAction.BuilderDeliverToMailboxAction.Builder. roleArn(String roleArn)The Amazon Resource Name (ARN) of an IAM role to use to execute this action.DeliverToMailboxAction.BuilderDeliverToMailboxAction. toBuilder()Methods in software.amazon.awssdk.services.mailmanager.model that return types with arguments of type DeliverToMailboxAction.Builder Modifier and Type Method Description static Class<? extends DeliverToMailboxAction.Builder>DeliverToMailboxAction. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mailmanager.model with type arguments of type DeliverToMailboxAction.Builder Modifier and Type Method Description default RuleAction.BuilderRuleAction.Builder. deliverToMailbox(Consumer<DeliverToMailboxAction.Builder> deliverToMailbox)This action delivers an email to a WorkMail mailbox.static RuleActionRuleAction. fromDeliverToMailbox(Consumer<DeliverToMailboxAction.Builder> deliverToMailbox)Create an instance of this class withRuleAction.deliverToMailbox()initialized to the given value.
-