| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static SuppressionListReason |
SuppressionListReason.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SuppressionListReason |
SuppressedDestinationSummary.reason()
The reason that the address was added to the suppression list for your account.
|
SuppressionListReason |
SuppressedDestination.reason()
The reason that the address was added to the suppression list for your account.
|
SuppressionListReason |
PutSuppressedDestinationRequest.reason()
The factors that should cause the email address to be added to the suppression list for your account.
|
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 |
|---|---|
static Set<SuppressionListReason> |
SuppressionListReason.knownValues()
|
List<SuppressionListReason> |
ListSuppressedDestinationsRequest.reasons()
The factors that caused the email address to be added to .
|
List<SuppressionListReason> |
SuppressionAttributes.suppressedReasons()
A list that contains the reasons that email addresses will be automatically added to the suppression list for
your account.
|
List<SuppressionListReason> |
PutConfigurationSetSuppressionOptionsRequest.suppressedReasons()
A list that contains the reasons that email addresses are automatically added to the suppression list for your
account.
|
List<SuppressionListReason> |
SuppressionOptions.suppressedReasons()
A list that contains the reasons that email addresses are automatically added to the suppression list for your
account.
|
List<SuppressionListReason> |
PutAccountSuppressionAttributesRequest.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 |
|---|---|
SuppressedDestinationSummary.Builder |
SuppressedDestinationSummary.Builder.reason(SuppressionListReason reason)
The reason that the address was added to the suppression list for your account.
|
SuppressedDestination.Builder |
SuppressedDestination.Builder.reason(SuppressionListReason reason)
The reason that the address was added to the suppression list for your account.
|
PutSuppressedDestinationRequest.Builder |
PutSuppressedDestinationRequest.Builder.reason(SuppressionListReason reason)
The factors that should cause the email address to be added to the suppression list for your account.
|
ListSuppressedDestinationsRequest.Builder |
ListSuppressedDestinationsRequest.Builder.reasons(SuppressionListReason... reasons)
The factors that caused the email address to be added to .
|
SuppressionAttributes.Builder |
SuppressionAttributes.Builder.suppressedReasons(SuppressionListReason... suppressedReasons)
A list that contains the reasons that email addresses will be automatically added to the suppression list for
your account.
|
PutConfigurationSetSuppressionOptionsRequest.Builder |
PutConfigurationSetSuppressionOptionsRequest.Builder.suppressedReasons(SuppressionListReason... suppressedReasons)
A list that contains the reasons that email addresses are automatically added to the suppression list for
your account.
|
SuppressionOptions.Builder |
SuppressionOptions.Builder.suppressedReasons(SuppressionListReason... suppressedReasons)
A list that contains the reasons that email addresses are automatically added to the suppression list for
your account.
|
PutAccountSuppressionAttributesRequest.Builder |
PutAccountSuppressionAttributesRequest.Builder.suppressedReasons(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 |
|---|---|
ListSuppressedDestinationsRequest.Builder |
ListSuppressedDestinationsRequest.Builder.reasons(Collection<SuppressionListReason> reasons)
The factors that caused the email address to be added to .
|
SuppressionAttributes.Builder |
SuppressionAttributes.Builder.suppressedReasons(Collection<SuppressionListReason> suppressedReasons)
A list that contains the reasons that email addresses will be automatically added to the suppression list for
your account.
|
PutConfigurationSetSuppressionOptionsRequest.Builder |
PutConfigurationSetSuppressionOptionsRequest.Builder.suppressedReasons(Collection<SuppressionListReason> suppressedReasons)
A list that contains the reasons that email addresses are automatically added to the suppression list for
your account.
|
SuppressionOptions.Builder |
SuppressionOptions.Builder.suppressedReasons(Collection<SuppressionListReason> suppressedReasons)
A list that contains the reasons that email addresses are automatically added to the suppression list for
your account.
|
PutAccountSuppressionAttributesRequest.Builder |
PutAccountSuppressionAttributesRequest.Builder.suppressedReasons(Collection<SuppressionListReason> suppressedReasons)
A list that contains the reasons that email addresses will be automatically added to the suppression list for
your account.
|
Copyright © 2022. All rights reserved.