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 SendBounceResult
AbstractAmazonSimpleEmailService. sendBounce(SendBounceRequest request)
SendBounceResult
AmazonSimpleEmailService. sendBounce(SendBounceRequest sendBounceRequest)
Generates and sends a bounce message to the sender of an email you received through Amazon SES.SendBounceResult
AmazonSimpleEmailServiceClient. 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 SendBounceRequest
SendBounceRequest. clone()
SendBounceRequest
SendBounceRequest. 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.SendBounceRequest
SendBounceRequest. 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.SendBounceRequest
SendBounceRequest. withBounceSender(String bounceSender)
The address to use in the "From" header of the bounce message.SendBounceRequest
SendBounceRequest. withBounceSenderArn(String bounceSenderArn)
This parameter is used only for sending authorization.SendBounceRequest
SendBounceRequest. withExplanation(String explanation)
Human-readable text for the bounce message to explain the failure.SendBounceRequest
SendBounceRequest. withMessageDsn(MessageDsn messageDsn)
Message-related DSN fields.SendBounceRequest
SendBounceRequest. withOriginalMessageId(String originalMessageId)
The message ID of the message to be bounced.
-