Uses of Interface
software.amazon.awscdk.services.ses.IReceiptRule
Packages that use IReceiptRule
Package
Description
Amazon Simple Email Service Construct Library
Amazon Simple Email Service Actions Library
-
Uses of IReceiptRule in software.amazon.awscdk.services.ses
Subinterfaces of IReceiptRule in software.amazon.awscdk.services.sesModifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIReceiptRule
.Classes in software.amazon.awscdk.services.ses that implement IReceiptRuleModifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.class
A new receipt rule.Methods in software.amazon.awscdk.services.ses that return IReceiptRuleModifier and TypeMethodDescriptionstatic IReceiptRule
ReceiptRule.fromReceiptRuleName
(software.constructs.Construct scope, String id, String receiptRuleName) final IReceiptRule
DropSpamReceiptRuleProps.Jsii$Proxy.getAfter()
default IReceiptRule
ReceiptRuleOptions.getAfter()
An existing rule after which the new rule will be placed.final IReceiptRule
ReceiptRuleOptions.Jsii$Proxy.getAfter()
final IReceiptRule
ReceiptRuleProps.Jsii$Proxy.getAfter()
Methods in software.amazon.awscdk.services.ses with parameters of type IReceiptRuleModifier and TypeMethodDescriptionDropSpamReceiptRule.Builder.after
(IReceiptRule after) An existing rule after which the new rule will be placed.DropSpamReceiptRuleProps.Builder.after
(IReceiptRule after) Sets the value ofReceiptRuleOptions.getAfter()
ReceiptRule.Builder.after
(IReceiptRule after) An existing rule after which the new rule will be placed.ReceiptRuleOptions.Builder.after
(IReceiptRule after) Sets the value ofReceiptRuleOptions.getAfter()
ReceiptRuleProps.Builder.after
(IReceiptRule after) Sets the value ofReceiptRuleOptions.getAfter()
IReceiptRuleAction.bind
(IReceiptRule receiptRule) Returns the receipt rule action specification.default ReceiptRuleActionConfig
IReceiptRuleAction.Jsii$Default.bind
(IReceiptRule receiptRule) Returns the receipt rule action specification.final ReceiptRuleActionConfig
IReceiptRuleAction.Jsii$Proxy.bind
(IReceiptRule receiptRule) Returns the receipt rule action specification. -
Uses of IReceiptRule in software.amazon.awscdk.services.ses.actions
Methods in software.amazon.awscdk.services.ses.actions with parameters of type IReceiptRuleModifier and TypeMethodDescriptionAddHeader.bind
(IReceiptRule _rule) Returns the receipt rule action specification.Bounce.bind
(IReceiptRule _rule) Returns the receipt rule action specification.Lambda.bind
(IReceiptRule rule) Returns the receipt rule action specification.S3.bind
(IReceiptRule rule) Returns the receipt rule action specification.Sns.bind
(IReceiptRule _rule) Returns the receipt rule action specification.Stop.bind
(IReceiptRule _rule) Returns the receipt rule action specification.WorkMail.bind
(IReceiptRule _rule) Returns the receipt rule action specification.