Uses of Class
software.amazon.awssdk.services.sesv2.model.PutSuppressedDestinationResponse
-
Packages that use PutSuppressedDestinationResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of PutSuppressedDestinationResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return PutSuppressedDestinationResponse Modifier and Type Method Description default PutSuppressedDestinationResponseSesV2Client. putSuppressedDestination(Consumer<PutSuppressedDestinationRequest.Builder> putSuppressedDestinationRequest)Adds an email address to the suppression list for your account.default PutSuppressedDestinationResponseSesV2Client. putSuppressedDestination(PutSuppressedDestinationRequest putSuppressedDestinationRequest)Adds an email address to the suppression list for your account.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type PutSuppressedDestinationResponse Modifier and Type Method Description default CompletableFuture<PutSuppressedDestinationResponse>SesV2AsyncClient. putSuppressedDestination(Consumer<PutSuppressedDestinationRequest.Builder> putSuppressedDestinationRequest)Adds an email address to the suppression list for your account.default CompletableFuture<PutSuppressedDestinationResponse>SesV2AsyncClient. putSuppressedDestination(PutSuppressedDestinationRequest putSuppressedDestinationRequest)Adds an email address to the suppression list for your account.
-