Uses of Class
software.amazon.awssdk.services.sesv2.model.ListSuppressedDestinationsRequest
Packages that use ListSuppressedDestinationsRequest
Package
Description
-
Uses of ListSuppressedDestinationsRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type ListSuppressedDestinationsRequestModifier and TypeMethodDescriptionSesV2AsyncClient.listSuppressedDestinations(ListSuppressedDestinationsRequest 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.SesV2AsyncClient.listSuppressedDestinationsPaginator(ListSuppressedDestinationsRequest listSuppressedDestinationsRequest) This is a variant ofSesV2AsyncClient.listSuppressedDestinations(software.amazon.awssdk.services.sesv2.model.ListSuppressedDestinationsRequest)operation.SesV2Client.listSuppressedDestinationsPaginator(ListSuppressedDestinationsRequest listSuppressedDestinationsRequest) This is a variant ofSesV2Client.listSuppressedDestinations(software.amazon.awssdk.services.sesv2.model.ListSuppressedDestinationsRequest)operation. -
Uses of ListSuppressedDestinationsRequest in software.amazon.awssdk.services.sesv2.paginators
Constructors in software.amazon.awssdk.services.sesv2.paginators with parameters of type ListSuppressedDestinationsRequestModifierConstructorDescriptionListSuppressedDestinationsIterable(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 ListSuppressedDestinationsRequestModifier and TypeMethodDescriptionListSuppressedDestinationsRequestMarshaller.marshall(ListSuppressedDestinationsRequest listSuppressedDestinationsRequest)