Uses of Class
software.amazon.awssdk.services.sesv2.model.ListSuppressedDestinationsRequest
-
Packages that use ListSuppressedDestinationsRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.paginators software.amazon.awssdk.services.sesv2.transform -
-
Uses of ListSuppressedDestinationsRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type ListSuppressedDestinationsRequest Modifier and Type Method Description default CompletableFuture<ListSuppressedDestinationsResponse>SesV2AsyncClient. listSuppressedDestinations(ListSuppressedDestinationsRequest listSuppressedDestinationsRequest)Retrieves a list of email addresses that are on the suppression list for your account.default ListSuppressedDestinationsResponseSesV2Client. listSuppressedDestinations(ListSuppressedDestinationsRequest listSuppressedDestinationsRequest)Retrieves a list of email addresses that are on the suppression list for your account.default ListSuppressedDestinationsPublisherSesV2AsyncClient. listSuppressedDestinationsPaginator(ListSuppressedDestinationsRequest listSuppressedDestinationsRequest)Retrieves a list of email addresses that are on the suppression list for your account.default ListSuppressedDestinationsIterableSesV2Client. listSuppressedDestinationsPaginator(ListSuppressedDestinationsRequest listSuppressedDestinationsRequest)Retrieves a list of email addresses that are on the suppression list for your account. -
Uses of ListSuppressedDestinationsRequest in software.amazon.awssdk.services.sesv2.paginators
Constructors in software.amazon.awssdk.services.sesv2.paginators with parameters of type ListSuppressedDestinationsRequest Constructor Description ListSuppressedDestinationsIterable(SesV2Client client, ListSuppressedDestinationsRequest firstRequest)ListSuppressedDestinationsPublisher(SesV2AsyncClient client, ListSuppressedDestinationsRequest firstRequest) -
Uses of ListSuppressedDestinationsRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type ListSuppressedDestinationsRequest Modifier and Type Method Description SdkHttpFullRequestListSuppressedDestinationsRequestMarshaller. marshall(ListSuppressedDestinationsRequest listSuppressedDestinationsRequest)
-