ListSuppressedDestinationsRequest

A request to obtain a list of email destinations that are on the suppression list for your account.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.

Link copied to clipboard

A token returned from a previous call to ListSuppressedDestinations to indicate the position in the list of suppressed email addresses.

Link copied to clipboard

The number of results to show in a single call to ListSuppressedDestinations. If the number of results is larger than the number you specified in this parameter, then the response includes a NextToken element, which you can use to obtain additional results.

Link copied to clipboard

The factors that caused the email address to be added to .

Link copied to clipboard

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String