Uses of Class
com.amazonaws.services.simpleemail.model.SendBounceRequest
-
Packages that use SendBounceRequest Package Description com.amazonaws.services.simpleemail com.amazonaws.services.simpleemail.model -
-
Uses of SendBounceRequest in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail with parameters of type SendBounceRequest Modifier and Type Method Description SendBounceResultAbstractAmazonSimpleEmailService. sendBounce(SendBounceRequest request)SendBounceResultAmazonSimpleEmailService. sendBounce(SendBounceRequest sendBounceRequest)Generates and sends a bounce message to the sender of an email you received through Amazon SES.SendBounceResultAmazonSimpleEmailServiceClient. sendBounce(SendBounceRequest sendBounceRequest)Generates and sends a bounce message to the sender of an email you received through Amazon SES.Future<SendBounceResult>AbstractAmazonSimpleEmailServiceAsync. sendBounceAsync(SendBounceRequest request)Future<SendBounceResult>AbstractAmazonSimpleEmailServiceAsync. sendBounceAsync(SendBounceRequest request, AsyncHandler<SendBounceRequest,SendBounceResult> asyncHandler)Future<SendBounceResult>AmazonSimpleEmailServiceAsync. sendBounceAsync(SendBounceRequest sendBounceRequest)Generates and sends a bounce message to the sender of an email you received through Amazon SES.Future<SendBounceResult>AmazonSimpleEmailServiceAsync. sendBounceAsync(SendBounceRequest sendBounceRequest, AsyncHandler<SendBounceRequest,SendBounceResult> asyncHandler)Generates and sends a bounce message to the sender of an email you received through Amazon SES.Future<SendBounceResult>AmazonSimpleEmailServiceAsyncClient. sendBounceAsync(SendBounceRequest request)Future<SendBounceResult>AmazonSimpleEmailServiceAsyncClient. sendBounceAsync(SendBounceRequest request, AsyncHandler<SendBounceRequest,SendBounceResult> asyncHandler)Method parameters in com.amazonaws.services.simpleemail with type arguments of type SendBounceRequest Modifier and Type Method Description Future<SendBounceResult>AbstractAmazonSimpleEmailServiceAsync. sendBounceAsync(SendBounceRequest request, AsyncHandler<SendBounceRequest,SendBounceResult> asyncHandler)Future<SendBounceResult>AmazonSimpleEmailServiceAsync. sendBounceAsync(SendBounceRequest sendBounceRequest, AsyncHandler<SendBounceRequest,SendBounceResult> asyncHandler)Generates and sends a bounce message to the sender of an email you received through Amazon SES.Future<SendBounceResult>AmazonSimpleEmailServiceAsyncClient. sendBounceAsync(SendBounceRequest request, AsyncHandler<SendBounceRequest,SendBounceResult> asyncHandler) -
Uses of SendBounceRequest in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return SendBounceRequest Modifier and Type Method Description SendBounceRequestSendBounceRequest. clone()SendBounceRequestSendBounceRequest. withBouncedRecipientInfoList(BouncedRecipientInfo... bouncedRecipientInfoList)A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients.SendBounceRequestSendBounceRequest. withBouncedRecipientInfoList(Collection<BouncedRecipientInfo> bouncedRecipientInfoList)A list of recipients of the bounced message, including the information required to create the Delivery Status Notifications (DSNs) for the recipients.SendBounceRequestSendBounceRequest. withBounceSender(String bounceSender)The address to use in the "From" header of the bounce message.SendBounceRequestSendBounceRequest. withBounceSenderArn(String bounceSenderArn)This parameter is used only for sending authorization.SendBounceRequestSendBounceRequest. withExplanation(String explanation)Human-readable text for the bounce message to explain the failure.SendBounceRequestSendBounceRequest. withMessageDsn(MessageDsn messageDsn)Message-related DSN fields.SendBounceRequestSendBounceRequest. withOriginalMessageId(String originalMessageId)The message ID of the message to be bounced.
-