| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSuppressedDestinationsResponse> |
SesV2AsyncClient.listSuppressedDestinations(Consumer<ListSuppressedDestinationsRequest.Builder> listSuppressedDestinationsRequest)
Retrieves a list of email addresses that are on the suppression list for your account.
|
default ListSuppressedDestinationsResponse |
SesV2Client.listSuppressedDestinations(Consumer<ListSuppressedDestinationsRequest.Builder> listSuppressedDestinationsRequest)
Retrieves a list of email addresses that are on the suppression list for your account.
|
default ListSuppressedDestinationsPublisher |
SesV2AsyncClient.listSuppressedDestinationsPaginator(Consumer<ListSuppressedDestinationsRequest.Builder> listSuppressedDestinationsRequest)
Retrieves a list of email addresses that are on the suppression list for your account.
|
default ListSuppressedDestinationsIterable |
SesV2Client.listSuppressedDestinationsPaginator(Consumer<ListSuppressedDestinationsRequest.Builder> listSuppressedDestinationsRequest)
Retrieves a list of email addresses that are on the suppression list for your account.
|
| Modifier and Type | Method and Description |
|---|---|
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(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSuppressedDestinationsRequest.Builder |
ListSuppressedDestinationsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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(Collection<String> 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.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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListSuppressedDestinationsRequest.Builder> |
ListSuppressedDestinationsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.