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(IReceiptRule receiptRule) Returns the receipt rule action specification.default ReceiptRuleActionConfigIReceiptRuleAction.Jsii$Default.bind(IReceiptRule receiptRule) Returns the receipt rule action specification.final ReceiptRuleActionConfigIReceiptRuleAction.Jsii$Proxy.bind(IReceiptRule 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(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.