Uses of Interface
software.amazon.awscdk.services.ses.ReceiptRuleActionConfig
Packages that use ReceiptRuleActionConfig
Package
Description
Amazon Simple Email Service Construct Library
Amazon Simple Email Service Actions Library
-
Uses of ReceiptRuleActionConfig in software.amazon.awscdk.services.ses
Classes in software.amazon.awscdk.services.ses that implement ReceiptRuleActionConfigModifier and TypeClassDescriptionstatic final classAn implementation forReceiptRuleActionConfigMethods in software.amazon.awscdk.services.ses that return ReceiptRuleActionConfigModifier and TypeMethodDescriptionIReceiptRuleAction.bind(IReceiptRuleRef receiptRule) Returns the receipt rule action specification.default ReceiptRuleActionConfigIReceiptRuleAction.Jsii$Default.bind(IReceiptRuleRef receiptRule) Returns the receipt rule action specification.ReceiptRuleActionConfig.Builder.build()Builds the configured instance. -
Uses of ReceiptRuleActionConfig in software.amazon.awscdk.services.ses.actions
Methods in software.amazon.awscdk.services.ses.actions that return ReceiptRuleActionConfigModifier 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.