| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
static SuppressionListReason |
SuppressionListReason.fromValue(String value)
Use this in place of valueOf.
|
static SuppressionListReason |
SuppressionListReason.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SuppressionListReason[] |
SuppressionListReason.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
PutSuppressedDestinationRequest |
PutSuppressedDestinationRequest.withReason(SuppressionListReason reason)
The factors that should cause the email address to be added to the suppression list for your account.
|
SuppressedDestinationSummary |
SuppressedDestinationSummary.withReason(SuppressionListReason reason)
The reason that the address was added to the suppression list for your account.
|
SuppressedDestination |
SuppressedDestination.withReason(SuppressionListReason reason)
The reason that the address was added to the suppression list for your account.
|
ListSuppressedDestinationsRequest |
ListSuppressedDestinationsRequest.withReasons(SuppressionListReason... reasons)
The factors that caused the email address to be added to .
|
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.
|
SuppressionOptions |
SuppressionOptions.withSuppressedReasons(SuppressionListReason... suppressedReasons)
A list that contains the reasons that email addresses are automatically added to the suppression list for your
account.
|
PutAccountSuppressionAttributesRequest |
PutAccountSuppressionAttributesRequest.withSuppressedReasons(SuppressionListReason... suppressedReasons)
A list that contains the reasons that email addresses will be automatically added to the suppression list for
your account.
|
PutConfigurationSetSuppressionOptionsRequest |
PutConfigurationSetSuppressionOptionsRequest.withSuppressedReasons(SuppressionListReason... suppressedReasons)
A list that contains the reasons that email addresses are automatically added to the suppression list for your
account.
|
Copyright © 2023. All rights reserved.