| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
SuppressionOptions |
SuppressionOptions.clone() |
SuppressionOptions |
GetConfigurationSetResult.getSuppressionOptions()
An object that contains information about the suppression list preferences for your account.
|
SuppressionOptions |
CreateConfigurationSetRequest.getSuppressionOptions() |
SuppressionOptions |
SuppressionOptions.withSuppressedReasons(Collection<String> suppressedReasons)
A list that contains the reasons that email addresses are automatically added to the suppression list for your
account.
|
SuppressionOptions |
SuppressionOptions.withSuppressedReasons(String... suppressedReasons)
A list that contains the reasons that email addresses are automatically added to the suppression list for your
account.
|
SuppressionOptions |
SuppressionOptions.withSuppressedReasons(SuppressionListReason... suppressedReasons)
A list that contains the reasons that email addresses are automatically added to the suppression list for your
account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetConfigurationSetResult.setSuppressionOptions(SuppressionOptions suppressionOptions)
An object that contains information about the suppression list preferences for your account.
|
void |
CreateConfigurationSetRequest.setSuppressionOptions(SuppressionOptions suppressionOptions) |
GetConfigurationSetResult |
GetConfigurationSetResult.withSuppressionOptions(SuppressionOptions suppressionOptions)
An object that contains information about the suppression list preferences for your account.
|
CreateConfigurationSetRequest |
CreateConfigurationSetRequest.withSuppressionOptions(SuppressionOptions suppressionOptions) |
Copyright © 2022. All rights reserved.