|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SendEmailRequest | |
---|---|
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. |
Uses of SendEmailRequest in com.amazonaws.services.simpleemail |
---|
Methods in com.amazonaws.services.simpleemail with parameters of type SendEmailRequest | |
---|---|
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> |
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)
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. |
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. |
Method parameters in com.amazonaws.services.simpleemail with type arguments of type SendEmailRequest | |
---|---|
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. |
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. |
Uses of SendEmailRequest in com.amazonaws.services.simpleemail.model |
---|
Methods in com.amazonaws.services.simpleemail.model that return SendEmailRequest | |
---|---|
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 bounce notifications are to be forwarded. |
SendEmailRequest |
SendEmailRequest.withSource(String source)
The identity's email address. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |