| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
SuppressedDestination |
SuppressedDestination.clone() |
SuppressedDestination |
GetSuppressedDestinationResult.getSuppressedDestination()
An object containing information about the suppressed email address.
|
SuppressedDestination |
SuppressedDestination.withAttributes(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.
|
SuppressedDestination |
SuppressedDestination.withEmailAddress(String emailAddress)
The email address that is on the suppression list for your account.
|
SuppressedDestination |
SuppressedDestination.withLastUpdateTime(Date lastUpdateTime)
The date and time when the suppressed destination was last updated, shown in Unix time format.
|
SuppressedDestination |
SuppressedDestination.withReason(String reason)
The reason that the address was added to the suppression list for your account.
|
SuppressedDestination |
SuppressedDestination.withReason(SuppressionListReason reason)
The reason that the address was added to the suppression list for your account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSuppressedDestinationResult.setSuppressedDestination(SuppressedDestination suppressedDestination)
An object containing information about the suppressed email address.
|
GetSuppressedDestinationResult |
GetSuppressedDestinationResult.withSuppressedDestination(SuppressedDestination suppressedDestination)
An object containing information about the suppressed email address.
|
Copyright © 2024. All rights reserved.