| 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)
Reason for which the email destination is suppressed.
|
SuppressedDestination |
SuppressedDestination.withReason(SuppressionListReason reason)
The reason for which the email destination is suppressed.
|
SuppressedDestinationSummary |
SuppressedDestinationSummary.withReason(SuppressionListReason reason)
The reason for which the email destination is suppressed.
|
ListSuppressedDestinationsRequest |
ListSuppressedDestinationsRequest.withReasons(SuppressionListReason... reasons)
Filters email destinations suppressed by the given reasons.
|
PutAccountSuppressionAttributesRequest |
PutAccountSuppressionAttributesRequest.withSuppressedReasons(SuppressionListReason... suppressedReasons)
A list of reasons to suppress email addresses.
|
SuppressionAttributes |
SuppressionAttributes.withSuppressedReasons(SuppressionListReason... suppressedReasons)
A list of reasons to suppress email addresses.
|
SuppressionOptions |
SuppressionOptions.withSuppressedReasons(SuppressionListReason... suppressedReasons)
A list of reasons to suppress email addresses.
|
PutConfigurationSetSuppressionOptionsRequest |
PutConfigurationSetSuppressionOptionsRequest.withSuppressedReasons(SuppressionListReason... suppressedReasons)
A list of reasons to suppress email addresses.
|
Copyright © 2019. All rights reserved.