Uses of Class
software.amazon.awssdk.services.ses.model.SendBounceResponse
-
Packages that use SendBounceResponse Package Description software.amazon.awssdk.services.ses Amazon Simple Email Service -
-
Uses of SendBounceResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return SendBounceResponse Modifier and Type Method Description default SendBounceResponseSesClient. sendBounce(Consumer<SendBounceRequest.Builder> 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.Methods in software.amazon.awssdk.services.ses that return types with arguments of type SendBounceResponse Modifier and Type Method Description default CompletableFuture<SendBounceResponse>SesAsyncClient. sendBounce(Consumer<SendBounceRequest.Builder> sendBounceRequest)Generates and sends a bounce message to the sender of an email you received through Amazon SES.default CompletableFuture<SendBounceResponse>SesAsyncClient. sendBounce(SendBounceRequest sendBounceRequest)Generates and sends a bounce message to the sender of an email you received through Amazon SES.
-