| Package | Description |
|---|---|
| com.amazonaws.services.simpleemailv2 |
|
| com.amazonaws.services.simpleemailv2.model |
| Modifier and Type | Method and Description |
|---|---|
ListSuppressedDestinationsRequest |
ListSuppressedDestinationsRequest.clone() |
ListSuppressedDestinationsRequest |
ListSuppressedDestinationsRequest.withEndDate(Date endDate)
Filters email destinations suppressed after the given time.
|
ListSuppressedDestinationsRequest |
ListSuppressedDestinationsRequest.withNextToken(String nextToken)
A token returned from a previous call to
ListSuppressedDestinations to indicate the position in the
list of suppressed email destinations. |
ListSuppressedDestinationsRequest |
ListSuppressedDestinationsRequest.withPageSize(Integer pageSize)
The number of results to show in a single call to
ListSuppressedDestinations. |
ListSuppressedDestinationsRequest |
ListSuppressedDestinationsRequest.withReasons(Collection<String> reasons)
Filters email destinations suppressed by the given reasons.
|
ListSuppressedDestinationsRequest |
ListSuppressedDestinationsRequest.withReasons(String... reasons)
Filters email destinations suppressed by the given reasons.
|
ListSuppressedDestinationsRequest |
ListSuppressedDestinationsRequest.withReasons(SuppressionListReason... reasons)
Filters email destinations suppressed by the given reasons.
|
ListSuppressedDestinationsRequest |
ListSuppressedDestinationsRequest.withStartDate(Date startDate)
Filters email destinations suppressed before the given time.
|
Copyright © 2019. All rights reserved.