| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
SuppressedDestinationSummary |
SuppressedDestinationSummary.clone() |
SuppressedDestinationSummary |
SuppressedDestinationSummary.withEmailAddress(String emailAddress)
The email address that's on the suppression list for your account.
|
SuppressedDestinationSummary |
SuppressedDestinationSummary.withLastUpdateTime(Date lastUpdateTime)
The date and time when the suppressed destination was last updated, shown in Unix time format.
|
SuppressedDestinationSummary |
SuppressedDestinationSummary.withReason(String reason)
The reason that the address was added to the suppression list for your account.
|
SuppressedDestinationSummary |
SuppressedDestinationSummary.withReason(SuppressionListReason reason)
The reason that the address was added to the suppression list for your account.
|
| Modifier and Type | Method and Description |
|---|---|
List<SuppressedDestinationSummary> |
ListSuppressedDestinationsResult.getSuppressedDestinationSummaries()
A list of summaries, each containing a summary for a suppressed email destination.
|
| Modifier and Type | Method and Description |
|---|---|
ListSuppressedDestinationsResult |
ListSuppressedDestinationsResult.withSuppressedDestinationSummaries(SuppressedDestinationSummary... suppressedDestinationSummaries)
A list of summaries, each containing a summary for a suppressed email destination.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSuppressedDestinationsResult.setSuppressedDestinationSummaries(Collection<SuppressedDestinationSummary> suppressedDestinationSummaries)
A list of summaries, each containing a summary for a suppressed email destination.
|
ListSuppressedDestinationsResult |
ListSuppressedDestinationsResult.withSuppressedDestinationSummaries(Collection<SuppressedDestinationSummary> suppressedDestinationSummaries)
A list of summaries, each containing a summary for a suppressed email destination.
|
Copyright © 2023. All rights reserved.