Package | Description |
---|---|
software.amazon.awssdk.services.sesv2.model |
Modifier and Type | Method and Description |
---|---|
static SuppressedDestinationAttributes.Builder |
SuppressedDestinationAttributes.builder() |
SuppressedDestinationAttributes.Builder |
SuppressedDestinationAttributes.Builder.feedbackId(String feedbackId)
A unique identifier that's generated when an email address is added to the suppression list for your account.
|
SuppressedDestinationAttributes.Builder |
SuppressedDestinationAttributes.Builder.messageId(String messageId)
The unique identifier of the email message that caused the email address to be added to the suppression list
for your account.
|
SuppressedDestinationAttributes.Builder |
SuppressedDestinationAttributes.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends SuppressedDestinationAttributes.Builder> |
SuppressedDestinationAttributes.serializableBuilderClass() |
Modifier and Type | Method and Description |
---|---|
default SuppressedDestination.Builder |
SuppressedDestination.Builder.attributes(Consumer<SuppressedDestinationAttributes.Builder> attributes)
An optional value that can contain additional information about the reasons that the address was added to the
suppression list for your account.
|
Copyright © 2021. All rights reserved.