Uses of Class
software.amazon.awssdk.services.sesv2.model.ListSuppressedDestinationsResponse
Packages that use ListSuppressedDestinationsResponse
Package
Description
-
Uses of ListSuppressedDestinationsResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return ListSuppressedDestinationsResponseModifier and TypeMethodDescriptionSesV2Client.listSuppressedDestinations(Consumer<ListSuppressedDestinationsRequest.Builder> listSuppressedDestinationsRequest) Retrieves a list of email addresses that are on the suppression list for your account or for a specific tenant.SesV2Client.listSuppressedDestinations(ListSuppressedDestinationsRequest listSuppressedDestinationsRequest) Retrieves a list of email addresses that are on the suppression list for your account or for a specific tenant.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type ListSuppressedDestinationsResponseModifier and TypeMethodDescriptionSesV2AsyncClient.listSuppressedDestinations(Consumer<ListSuppressedDestinationsRequest.Builder> listSuppressedDestinationsRequest) Retrieves a list of email addresses that are on the suppression list for your account or for a specific tenant.SesV2AsyncClient.listSuppressedDestinations(ListSuppressedDestinationsRequest listSuppressedDestinationsRequest) Retrieves a list of email addresses that are on the suppression list for your account or for a specific tenant. -
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 ListSuppressedDestinationsResponseMethod parameters in software.amazon.awssdk.services.sesv2.paginators with type arguments of type ListSuppressedDestinationsResponseModifier and TypeMethodDescriptionvoidListSuppressedDestinationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSuppressedDestinationsResponse> subscriber)