Uses of Interface
software.amazon.awscdk.services.ses.IReceiptRuleAction
Packages that use IReceiptRuleAction
Package
Description
Amazon Simple Email Service Construct Library
Amazon Simple Email Service Actions Library
-
Uses of IReceiptRuleAction in software.amazon.awscdk.services.ses
Subinterfaces of IReceiptRuleAction in software.amazon.awscdk.services.sesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIReceiptRuleAction
.Classes in software.amazon.awscdk.services.ses that implement IReceiptRuleActionModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.ses that return types with arguments of type IReceiptRuleActionModifier and TypeMethodDescriptionfinal List<IReceiptRuleAction>
DropSpamReceiptRuleProps.Jsii$Proxy.getActions()
default List<IReceiptRuleAction>
ReceiptRuleOptions.getActions()
An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.final List<IReceiptRuleAction>
ReceiptRuleOptions.Jsii$Proxy.getActions()
final List<IReceiptRuleAction>
ReceiptRuleProps.Jsii$Proxy.getActions()
Methods in software.amazon.awscdk.services.ses with parameters of type IReceiptRuleActionModifier and TypeMethodDescriptionvoid
ReceiptRule.addAction
(IReceiptRuleAction action) Adds an action to this receipt rule.Method parameters in software.amazon.awscdk.services.ses with type arguments of type IReceiptRuleActionModifier and TypeMethodDescriptionDropSpamReceiptRule.Builder.actions
(List<? extends IReceiptRuleAction> actions) An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.DropSpamReceiptRuleProps.Builder.actions
(List<? extends IReceiptRuleAction> actions) Sets the value ofReceiptRuleOptions.getActions()
ReceiptRule.Builder.actions
(List<? extends IReceiptRuleAction> actions) An ordered list of actions to perform on messages that match at least one of the recipient email addresses or domains specified in the receipt rule.ReceiptRuleOptions.Builder.actions
(List<? extends IReceiptRuleAction> actions) Sets the value ofReceiptRuleOptions.getActions()
ReceiptRuleProps.Builder.actions
(List<? extends IReceiptRuleAction> actions) Sets the value ofReceiptRuleOptions.getActions()
-
Uses of IReceiptRuleAction in software.amazon.awscdk.services.ses.actions
Classes in software.amazon.awscdk.services.ses.actions that implement IReceiptRuleActionModifier and TypeClassDescriptionclass
Adds a header to the received email.class
Rejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon SNS.class
Calls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.class
Saves the received message to an Amazon S3 bucket and, optionally, publishes a notification to Amazon SNS.class
Publishes the email content within a notification to Amazon SNS.class
Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.class
Integrates an Amazon WorkMail action into a receipt rule set, and optionally publishes a notification to Amazon SNS.