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 interfaceInternal default implementation forIReceiptRuleAction.Classes in software.amazon.awscdk.services.ses that implement IReceiptRuleActionModifier and TypeClassDescriptionstatic final classA 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 TypeMethodDescriptionvoidReceiptRule.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 TypeClassDescriptionclassAdds a header to the received email.classRejects the received email by returning a bounce response to the sender and, optionally, publishes a notification to Amazon SNS.classCalls an AWS Lambda function, and optionally, publishes a notification to Amazon SNS.classSaves the received message to an Amazon S3 bucket and, optionally, publishes a notification to Amazon SNS.classPublishes the email content within a notification to Amazon SNS.classTerminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.classIntegrates an Amazon WorkMail action into a receipt rule set, and optionally publishes a notification to Amazon SNS.