Uses of Class
software.amazon.awssdk.services.sesv2.model.GetSuppressedDestinationResponse
Packages that use GetSuppressedDestinationResponse
-
Uses of GetSuppressedDestinationResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetSuppressedDestinationResponseModifier and TypeMethodDescriptiondefault GetSuppressedDestinationResponseSesV2Client.getSuppressedDestination(Consumer<GetSuppressedDestinationRequest.Builder> getSuppressedDestinationRequest) Retrieves information about a specific email address that's on the suppression list for your account or for a specific tenant.default GetSuppressedDestinationResponseSesV2Client.getSuppressedDestination(GetSuppressedDestinationRequest getSuppressedDestinationRequest) Retrieves information about a specific email address that's 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 GetSuppressedDestinationResponseModifier and TypeMethodDescriptionSesV2AsyncClient.getSuppressedDestination(Consumer<GetSuppressedDestinationRequest.Builder> getSuppressedDestinationRequest) Retrieves information about a specific email address that's on the suppression list for your account or for a specific tenant.SesV2AsyncClient.getSuppressedDestination(GetSuppressedDestinationRequest getSuppressedDestinationRequest) Retrieves information about a specific email address that's on the suppression list for your account or for a specific tenant.