Package | Description |
---|---|
com.amazonaws.services.simpleemail |
Synchronous and asynchronous client classes for accessing AmazonSimpleEmailService.
|
com.amazonaws.services.simpleemail.model |
Classes modeling the various types represented by AmazonSimpleEmailService.
|
Modifier and Type | Method and Description |
---|---|
SendEmailResult |
AmazonSimpleEmailServiceClient.sendEmail(SendEmailRequest sendEmailRequest)
Composes an email message based on input data, and then immediately
queues the message for sending.
|
SendEmailResult |
AmazonSimpleEmailService.sendEmail(SendEmailRequest sendEmailRequest)
Composes an email message based on input data, and then immediately
queues the message for sending.
|
Future<SendEmailResult> |
AmazonSimpleEmailServiceAsync.sendEmailAsync(SendEmailRequest sendEmailRequest)
Composes an email message based on input data, and then immediately
queues the message for sending.
|
Future<SendEmailResult> |
AmazonSimpleEmailServiceAsyncClient.sendEmailAsync(SendEmailRequest sendEmailRequest)
Composes an email message based on input data, and then immediately
queues the message for sending.
|
Future<SendEmailResult> |
AmazonSimpleEmailServiceAsync.sendEmailAsync(SendEmailRequest sendEmailRequest,
AsyncHandler<SendEmailRequest,SendEmailResult> asyncHandler)
Composes an email message based on input data, and then immediately
queues the message for sending.
|
Future<SendEmailResult> |
AmazonSimpleEmailServiceAsyncClient.sendEmailAsync(SendEmailRequest sendEmailRequest,
AsyncHandler<SendEmailRequest,SendEmailResult> asyncHandler)
Composes an email message based on input data, and then immediately
queues the message for sending.
|
Modifier and Type | Method and Description |
---|---|
Future<SendEmailResult> |
AmazonSimpleEmailServiceAsync.sendEmailAsync(SendEmailRequest sendEmailRequest,
AsyncHandler<SendEmailRequest,SendEmailResult> asyncHandler)
Composes an email message based on input data, and then immediately
queues the message for sending.
|
Future<SendEmailResult> |
AmazonSimpleEmailServiceAsyncClient.sendEmailAsync(SendEmailRequest sendEmailRequest,
AsyncHandler<SendEmailRequest,SendEmailResult> asyncHandler)
Composes an email message based on input data, and then immediately
queues the message for sending.
|
Modifier and Type | Method and Description |
---|---|
SendEmailRequest |
SendEmailRequest.withDestination(Destination destination)
The destination for this email, composed of To:, CC:, and BCC: fields.
|
SendEmailRequest |
SendEmailRequest.withMessage(Message message)
The message to be sent.
|
SendEmailRequest |
SendEmailRequest.withReplyToAddresses(Collection<String> replyToAddresses)
The reply-to email address(es) for the message.
|
SendEmailRequest |
SendEmailRequest.withReplyToAddresses(String... replyToAddresses)
The reply-to email address(es) for the message.
|
SendEmailRequest |
SendEmailRequest.withReturnPath(String returnPath)
The email address to which bounces and complaints are to be forwarded
when feedback forwarding is enabled.
|
SendEmailRequest |
SendEmailRequest.withSource(String source)
The identity's email address.
|
Copyright © 2014. All rights reserved.