Uses of Interface
software.amazon.awscdk.interfaces.ses.IReceiptRuleRef
Packages that use IReceiptRuleRef
Package
Description
Amazon Simple Email Service Construct Library
Amazon Simple Email Service Actions Library
-
Uses of IReceiptRuleRef in software.amazon.awscdk.interfaces.ses
Subinterfaces of IReceiptRuleRef in software.amazon.awscdk.interfaces.sesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIReceiptRuleRef.Classes in software.amazon.awscdk.interfaces.ses that implement IReceiptRuleRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IReceiptRuleRef in software.amazon.awscdk.services.ses
Subinterfaces of IReceiptRuleRef in software.amazon.awscdk.services.sesModifier and TypeInterfaceDescriptioninterfaceA receipt rule.static interfaceInternal default implementation forIReceiptRule.Classes in software.amazon.awscdk.services.ses that implement IReceiptRuleRefModifier and TypeClassDescriptionclassSpecifies a receipt rule.static final classA proxy class which represents a concrete javascript instance of this type.classA new receipt rule.Methods in software.amazon.awscdk.services.ses that return IReceiptRuleRefModifier and TypeMethodDescriptionfinal IReceiptRuleRefDropSpamReceiptRuleProps.Jsii$Proxy.getAfter()default IReceiptRuleRefReceiptRuleOptions.getAfter()An existing rule after which the new rule will be placed.final IReceiptRuleRefReceiptRuleOptions.Jsii$Proxy.getAfter()final IReceiptRuleRefReceiptRuleProps.Jsii$Proxy.getAfter()Methods in software.amazon.awscdk.services.ses with parameters of type IReceiptRuleRefModifier and TypeMethodDescriptionDropSpamReceiptRule.Builder.after(IReceiptRuleRef after) An existing rule after which the new rule will be placed.DropSpamReceiptRuleProps.Builder.after(IReceiptRuleRef after) Sets the value ofReceiptRuleOptions.getAfter()ReceiptRule.Builder.after(IReceiptRuleRef after) An existing rule after which the new rule will be placed.ReceiptRuleOptions.Builder.after(IReceiptRuleRef after) Sets the value ofReceiptRuleOptions.getAfter()ReceiptRuleProps.Builder.after(IReceiptRuleRef after) Sets the value ofReceiptRuleOptions.getAfter()IReceiptRuleAction.bind(IReceiptRuleRef receiptRule) Returns the receipt rule action specification.default ReceiptRuleActionConfigIReceiptRuleAction.Jsii$Default.bind(IReceiptRuleRef receiptRule) Returns the receipt rule action specification. -
Uses of IReceiptRuleRef in software.amazon.awscdk.services.ses.actions
Methods in software.amazon.awscdk.services.ses.actions with parameters of type IReceiptRuleRefModifier and TypeMethodDescriptionAddHeader.bind(IReceiptRuleRef _rule) Returns the receipt rule action specification.Bounce.bind(IReceiptRuleRef _rule) Returns the receipt rule action specification.Lambda.bind(IReceiptRuleRef rule) Returns the receipt rule action specification.S3.bind(IReceiptRuleRef rule) Returns the receipt rule action specification.Sns.bind(IReceiptRuleRef _rule) Returns the receipt rule action specification.Stop.bind(IReceiptRuleRef _rule) Returns the receipt rule action specification.WorkMail.bind(IReceiptRuleRef _rule) Returns the receipt rule action specification.