Uses of Class
com.amazonaws.services.simpleemail.model.SendBounceResult
-
Packages that use SendBounceResult Package Description com.amazonaws.services.simpleemail com.amazonaws.services.simpleemail.model -
-
Uses of SendBounceResult in com.amazonaws.services.simpleemail
Methods in com.amazonaws.services.simpleemail that return SendBounceResult 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.Methods in com.amazonaws.services.simpleemail that return types with arguments of type SendBounceResult Modifier and Type Method Description 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 SendBounceResult 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 SendBounceResult in com.amazonaws.services.simpleemail.model
Methods in com.amazonaws.services.simpleemail.model that return SendBounceResult Modifier and Type Method Description SendBounceResultSendBounceResult. clone()SendBounceResultSendBounceResult. withMessageId(String messageId)The message ID of the bounce message.
-