Uses of Class
software.amazon.awssdk.services.sesv2.model.DeleteSuppressedDestinationRequest
-
Packages that use DeleteSuppressedDestinationRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.transform -
-
Uses of DeleteSuppressedDestinationRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type DeleteSuppressedDestinationRequest Modifier and Type Method Description default CompletableFuture<DeleteSuppressedDestinationResponse>SesV2AsyncClient. deleteSuppressedDestination(DeleteSuppressedDestinationRequest deleteSuppressedDestinationRequest)Removes an email address from the suppression list for your account.default DeleteSuppressedDestinationResponseSesV2Client. deleteSuppressedDestination(DeleteSuppressedDestinationRequest deleteSuppressedDestinationRequest)Removes an email address from the suppression list for your account. -
Uses of DeleteSuppressedDestinationRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type DeleteSuppressedDestinationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteSuppressedDestinationRequestMarshaller. marshall(DeleteSuppressedDestinationRequest deleteSuppressedDestinationRequest)
-