| 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)
Used to filter the list of suppressed email destinations so that it only includes addresses that were added to
the list before a specific date.
|
ListSuppressedDestinationsRequest |
ListSuppressedDestinationsRequest.withNextToken(String nextToken)
A token returned from a previous call to
ListSuppressedDestinations to indicate the position in the
list of suppressed email addresses. |
ListSuppressedDestinationsRequest |
ListSuppressedDestinationsRequest.withPageSize(Integer pageSize)
The number of results to show in a single call to
ListSuppressedDestinations. |
ListSuppressedDestinationsRequest |
ListSuppressedDestinationsRequest.withReasons(Collection<String> reasons)
The factors that caused the email address to be added to .
|
ListSuppressedDestinationsRequest |
ListSuppressedDestinationsRequest.withReasons(String... reasons)
The factors that caused the email address to be added to .
|
ListSuppressedDestinationsRequest |
ListSuppressedDestinationsRequest.withReasons(SuppressionListReason... reasons)
The factors that caused the email address to be added to .
|
ListSuppressedDestinationsRequest |
ListSuppressedDestinationsRequest.withStartDate(Date startDate)
Used to filter the list of suppressed email destinations so that it only includes addresses that were added to
the list after a specific date.
|
Copyright © 2022. All rights reserved.