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