| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
static SuppressedDestinationSummary.Builder |
SuppressedDestinationSummary.builder() |
SuppressedDestinationSummary.Builder |
SuppressedDestinationSummary.Builder.emailAddress(String emailAddress)
The email address that's on the suppression list for your account.
|
SuppressedDestinationSummary.Builder |
SuppressedDestinationSummary.Builder.lastUpdateTime(Instant lastUpdateTime)
The date and time when the suppressed destination was last updated, shown in Unix time format.
|
SuppressedDestinationSummary.Builder |
SuppressedDestinationSummary.Builder.reason(String reason)
The reason that the address was added to the suppression list for your account.
|
SuppressedDestinationSummary.Builder |
SuppressedDestinationSummary.Builder.reason(SuppressionListReason reason)
The reason that the address was added to the suppression list for your account.
|
SuppressedDestinationSummary.Builder |
SuppressedDestinationSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SuppressedDestinationSummary.Builder> |
SuppressedDestinationSummary.serializableBuilderClass() |
Copyright © 2022. All rights reserved.