| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
SuppressionAttributes |
SuppressionAttributes.clone() |
SuppressionAttributes |
GetAccountResult.getSuppressionAttributes()
An object that contains information about the email address suppression preferences for your account in the
current AWS Region.
|
SuppressionAttributes |
SuppressionAttributes.withSuppressedReasons(Collection<String> suppressedReasons)
A list that contains the reasons that email addresses will be automatically added to the suppression list for
your account.
|
SuppressionAttributes |
SuppressionAttributes.withSuppressedReasons(String... suppressedReasons)
A list that contains the reasons that email addresses will be automatically added to the suppression list for
your account.
|
SuppressionAttributes |
SuppressionAttributes.withSuppressedReasons(SuppressionListReason... suppressedReasons)
A list that contains the reasons that email addresses will be automatically added to the suppression list for
your account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetAccountResult.setSuppressionAttributes(SuppressionAttributes suppressionAttributes)
An object that contains information about the email address suppression preferences for your account in the
current AWS Region.
|
GetAccountResult |
GetAccountResult.withSuppressionAttributes(SuppressionAttributes suppressionAttributes)
An object that contains information about the email address suppression preferences for your account in the
current AWS Region.
|
Copyright © 2020. All rights reserved.