Uses of Class
software.amazon.awssdk.services.sesv2.model.DeleteSuppressedDestinationResponse
-
Packages that use DeleteSuppressedDestinationResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of DeleteSuppressedDestinationResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return DeleteSuppressedDestinationResponse Modifier and Type Method Description default DeleteSuppressedDestinationResponseSesV2Client. deleteSuppressedDestination(Consumer<DeleteSuppressedDestinationRequest.Builder> 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.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type DeleteSuppressedDestinationResponse Modifier and Type Method Description default CompletableFuture<DeleteSuppressedDestinationResponse>SesV2AsyncClient. deleteSuppressedDestination(Consumer<DeleteSuppressedDestinationRequest.Builder> deleteSuppressedDestinationRequest)Removes an email address from the suppression list for your account.default CompletableFuture<DeleteSuppressedDestinationResponse>SesV2AsyncClient. deleteSuppressedDestination(DeleteSuppressedDestinationRequest deleteSuppressedDestinationRequest)Removes an email address from the suppression list for your account.
-