Uses of Enum
software.amazon.awscdk.services.ses.SuppressionReasons
Packages that use SuppressionReasons
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of SuppressionReasons in software.amazon.awscdk.services.ses
Methods in software.amazon.awscdk.services.ses that return SuppressionReasonsModifier and TypeMethodDescriptiondefault SuppressionReasonsConfigurationSetProps.getSuppressionReasons()The reasons for which recipient email addresses should be automatically added to your account's suppression list.final SuppressionReasonsConfigurationSetProps.Jsii$Proxy.getSuppressionReasons()static SuppressionReasonsReturns the enum constant of this type with the specified name.static SuppressionReasons[]SuppressionReasons.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awscdk.services.ses with parameters of type SuppressionReasonsModifier and TypeMethodDescriptionConfigurationSet.Builder.suppressionReasons(SuppressionReasons suppressionReasons) The reasons for which recipient email addresses should be automatically added to your account's suppression list.ConfigurationSetProps.Builder.suppressionReasons(SuppressionReasons suppressionReasons) Sets the value ofConfigurationSetProps.getSuppressionReasons()