Uses of Class
software.amazon.awssdk.services.ses.model.SendBounceRequest
-
Packages that use SendBounceRequest Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service software.amazon.awssdk.services.ses.transform -
-
Uses of SendBounceRequest in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses with parameters of type SendBounceRequest Modifier and Type Method Description default CompletableFuture<SendBounceResponse>SesAsyncClient. sendBounce(SendBounceRequest sendBounceRequest)Generates and sends a bounce message to the sender of an email you received through Amazon SES.default SendBounceResponseSesClient. sendBounce(SendBounceRequest sendBounceRequest)Generates and sends a bounce message to the sender of an email you received through Amazon SES. -
Uses of SendBounceRequest in software.amazon.awssdk.services.ses.transform
Methods in software.amazon.awssdk.services.ses.transform with parameters of type SendBounceRequest Modifier and Type Method Description SdkHttpFullRequestSendBounceRequestMarshaller. marshall(SendBounceRequest sendBounceRequest)
-