| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| 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.
|
SuppressedDestination.Builder |
SuppressedDestination.Builder.attributes(SuppressedDestinationAttributes attributes)
An optional value that can contain additional information about the reasons that the address was added to the
suppression list for your account.
|
static SuppressedDestination.Builder |
SuppressedDestination.builder() |
SuppressedDestination.Builder |
SuppressedDestination.Builder.emailAddress(String emailAddress)
The email address that is on the suppression list for your account.
|
SuppressedDestination.Builder |
SuppressedDestination.Builder.lastUpdateTime(Instant lastUpdateTime)
The date and time when the suppressed destination was last updated, shown in Unix time format.
|
SuppressedDestination.Builder |
SuppressedDestination.Builder.reason(String 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.
|
SuppressedDestination.Builder |
SuppressedDestination.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SuppressedDestination.Builder> |
SuppressedDestination.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetSuppressedDestinationResponse.Builder |
GetSuppressedDestinationResponse.Builder.suppressedDestination(Consumer<SuppressedDestination.Builder> suppressedDestination)
An object containing information about the suppressed email address.
|
Copyright © 2020. All rights reserved.