| Package | Description |
|---|---|
| software.amazon.awscdk.services.ses |
Amazon Simple Email Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default SuppressionReasons |
ConfigurationSetProps.getSuppressionReasons()
The reasons for which recipient email addresses should be automatically added to your account's suppression list.
|
SuppressionReasons |
ConfigurationSetProps.Jsii$Proxy.getSuppressionReasons() |
static SuppressionReasons |
SuppressionReasons.valueOf(String name)
Returns 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.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurationSet.Builder |
ConfigurationSet.Builder.suppressionReasons(SuppressionReasons suppressionReasons)
The reasons for which recipient email addresses should be automatically added to your account's suppression list.
|
ConfigurationSetProps.Builder |
ConfigurationSetProps.Builder.suppressionReasons(SuppressionReasons suppressionReasons)
Sets the value of
ConfigurationSetProps.getSuppressionReasons() |
Copyright © 2022. All rights reserved.