Uses of Class
software.amazon.awssdk.services.sesv2.model.ListSuppressedDestinationsResponse
-
Packages that use ListSuppressedDestinationsResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.paginators -
-
Uses of ListSuppressedDestinationsResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return ListSuppressedDestinationsResponse Modifier and Type Method Description default ListSuppressedDestinationsResponseSesV2Client. listSuppressedDestinations(Consumer<ListSuppressedDestinationsRequest.Builder> 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.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type ListSuppressedDestinationsResponse Modifier and Type Method 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. -
Uses of ListSuppressedDestinationsResponse in software.amazon.awssdk.services.sesv2.paginators
Methods in software.amazon.awssdk.services.sesv2.paginators that return types with arguments of type ListSuppressedDestinationsResponse Modifier and Type Method Description Iterator<ListSuppressedDestinationsResponse>ListSuppressedDestinationsIterable. iterator()Method parameters in software.amazon.awssdk.services.sesv2.paginators with type arguments of type ListSuppressedDestinationsResponse Modifier and Type Method Description voidListSuppressedDestinationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListSuppressedDestinationsResponse> subscriber)
-