Uses of Class
software.amazon.awssdk.services.ses.model.SendBounceResponse
Packages that use SendBounceResponse
-
Uses of SendBounceResponse in software.amazon.awssdk.services.ses
Methods in software.amazon.awssdk.services.ses that return SendBounceResponseModifier and TypeMethodDescriptiondefault 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 SendBounceResponseModifier and TypeMethodDescriptiondefault 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.