| Package | Description |
|---|---|
| software.amazon.awssdk.services.sesv2 |
|
| software.amazon.awssdk.services.sesv2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListSuppressedDestinationsResponse |
SesV2Client.listSuppressedDestinations(Consumer<ListSuppressedDestinationsRequest.Builder> listSuppressedDestinationsRequest)
Retrieves a list of email addresses that are on the suppression list for your account.
|
default ListSuppressedDestinationsResponse |
SesV2Client.listSuppressedDestinations(ListSuppressedDestinationsRequest listSuppressedDestinationsRequest)
Retrieves a list of email addresses that are on the suppression list for your account.
|
| 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 CompletableFuture<ListSuppressedDestinationsResponse> |
SesV2AsyncClient.listSuppressedDestinations(ListSuppressedDestinationsRequest listSuppressedDestinationsRequest)
Retrieves a list of email addresses that are on the suppression list for your account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSuppressedDestinationsResponse> |
ListSuppressedDestinationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSuppressedDestinationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSuppressedDestinationsResponse> subscriber) |
Copyright © 2021. All rights reserved.