| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static SuppressionAttributes.Builder |
SuppressionAttributes.builder() |
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.
|
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.
|
SuppressionAttributes.Builder |
SuppressionAttributes.Builder.suppressedReasonsWithStrings(Collection<String> suppressedReasons)
A list that contains the reasons that email addresses will be automatically added to the suppression list for
your account.
|
SuppressionAttributes.Builder |
SuppressionAttributes.Builder.suppressedReasonsWithStrings(String... suppressedReasons)
A list that contains the reasons that email addresses will be automatically added to the suppression list for
your account.
|
SuppressionAttributes.Builder |
SuppressionAttributes.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SuppressionAttributes.Builder> |
SuppressionAttributes.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetAccountResponse.Builder |
GetAccountResponse.Builder.suppressionAttributes(Consumer<SuppressionAttributes.Builder> suppressionAttributes)
An object that contains information about the email address suppression preferences for your account in the
current AWS Region.
|
Copyright © 2021. All rights reserved.