Uses of Class
software.amazon.awssdk.services.sesv2.model.GetSuppressedDestinationRequest
-
Packages that use GetSuppressedDestinationRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.transform -
-
Uses of GetSuppressedDestinationRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type GetSuppressedDestinationRequest Modifier and Type Method Description default CompletableFuture<GetSuppressedDestinationResponse>SesV2AsyncClient. getSuppressedDestination(GetSuppressedDestinationRequest getSuppressedDestinationRequest)Retrieves information about a specific email address that's on the suppression list for your account.default GetSuppressedDestinationResponseSesV2Client. getSuppressedDestination(GetSuppressedDestinationRequest getSuppressedDestinationRequest)Retrieves information about a specific email address that's on the suppression list for your account. -
Uses of GetSuppressedDestinationRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type GetSuppressedDestinationRequest Modifier and Type Method Description SdkHttpFullRequestGetSuppressedDestinationRequestMarshaller. marshall(GetSuppressedDestinationRequest getSuppressedDestinationRequest)
-