Uses of Class
software.amazon.awssdk.services.sesv2.model.PutSuppressedDestinationRequest
-
Packages that use PutSuppressedDestinationRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.transform -
-
Uses of PutSuppressedDestinationRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type PutSuppressedDestinationRequest Modifier and Type Method Description default CompletableFuture<PutSuppressedDestinationResponse>SesV2AsyncClient. putSuppressedDestination(PutSuppressedDestinationRequest 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. -
Uses of PutSuppressedDestinationRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type PutSuppressedDestinationRequest Modifier and Type Method Description SdkHttpFullRequestPutSuppressedDestinationRequestMarshaller. marshall(PutSuppressedDestinationRequest putSuppressedDestinationRequest)
-