| 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 destination.
|
SuppressedDestination |
SuppressedDestination.withAttributes(SuppressedDestinationAttributes attributes)
Optional value with information about the sources of the suppression. |
SuppressedDestination |
SuppressedDestination.withEmailAddress(String emailAddress)
The suppressed email destination.
|
SuppressedDestination |
SuppressedDestination.withLastUpdateTime(Date lastUpdateTime)
The last time the suppressed destination was updated.
|
SuppressedDestination |
SuppressedDestination.withReason(String reason)
The reason for which the email destination is suppressed.
|
SuppressedDestination |
SuppressedDestination.withReason(SuppressionListReason reason)
The reason for which the email destination is suppressed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetSuppressedDestinationResult.setSuppressedDestination(SuppressedDestination suppressedDestination)
An object containing information about the suppressed email destination.
|
GetSuppressedDestinationResult |
GetSuppressedDestinationResult.withSuppressedDestination(SuppressedDestination suppressedDestination)
An object containing information about the suppressed email destination.
|
Copyright © 2019. All rights reserved.