static ListSuppressedDestinationsRequest.Builder |
ListSuppressedDestinationsRequest.builder() |
|
ListSuppressedDestinationsRequest.Builder |
ListSuppressedDestinationsRequest.Builder.endDate(Instant 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.Builder |
ListSuppressedDestinationsRequest.Builder.nextToken(String nextToken) |
A token returned from a previous call to ListSuppressedDestinations to indicate the position in
the list of suppressed email addresses.
|
ListSuppressedDestinationsRequest.Builder |
ListSuppressedDestinationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListSuppressedDestinationsRequest.Builder |
ListSuppressedDestinationsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
ListSuppressedDestinationsRequest.Builder |
ListSuppressedDestinationsRequest.Builder.pageSize(Integer pageSize) |
The number of results to show in a single call to ListSuppressedDestinations.
|
ListSuppressedDestinationsRequest.Builder |
ListSuppressedDestinationsRequest.Builder.reasons(Collection<SuppressionListReason> reasons) |
The factors that caused the email address to be added to .
|
ListSuppressedDestinationsRequest.Builder |
ListSuppressedDestinationsRequest.Builder.reasons(SuppressionListReason... reasons) |
The factors that caused the email address to be added to .
|
ListSuppressedDestinationsRequest.Builder |
ListSuppressedDestinationsRequest.Builder.reasonsWithStrings(String... reasons) |
The factors that caused the email address to be added to .
|
ListSuppressedDestinationsRequest.Builder |
ListSuppressedDestinationsRequest.Builder.reasonsWithStrings(Collection<String> reasons) |
The factors that caused the email address to be added to .
|
ListSuppressedDestinationsRequest.Builder |
ListSuppressedDestinationsRequest.Builder.startDate(Instant 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.
|
ListSuppressedDestinationsRequest.Builder |
ListSuppressedDestinationsRequest.toBuilder() |
|