Package | Description |
---|---|
com.amazonaws.services.simpleemail |
|
com.amazonaws.services.simpleemail.model |
Modifier and Type | Method and Description |
---|---|
SendBounceResult |
AmazonSimpleEmailServiceClient.sendBounce(SendBounceRequest request)
Generates and sends a bounce message to the sender of an email you received through Amazon SES.
|
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.
|
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> |
AmazonSimpleEmailServiceAsyncClient.sendBounceAsync(SendBounceRequest request) |
Future<SendBounceResult> |
AbstractAmazonSimpleEmailServiceAsync.sendBounceAsync(SendBounceRequest request) |
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) |
Future<SendBounceResult> |
AbstractAmazonSimpleEmailServiceAsync.sendBounceAsync(SendBounceRequest request,
AsyncHandler<SendBounceRequest,SendBounceResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
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) |
Future<SendBounceResult> |
AbstractAmazonSimpleEmailServiceAsync.sendBounceAsync(SendBounceRequest request,
AsyncHandler<SendBounceRequest,SendBounceResult> asyncHandler) |
Modifier and Type | Method and 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.
|
Copyright © 2020. All rights reserved.