public interface SesOperations
| Modifier and Type | Method and Description |
|---|---|
void |
sendEmail(SendEmailRequest sendEmailRequest,
AmazonSimpleEmailService simpleEmailService)
Sends an email with all the options as specified in the emailSendRequest
|
void sendEmail(SendEmailRequest sendEmailRequest,
AmazonSimpleEmailService simpleEmailService)
sendEmailRequest - the specified information on the email to sendsimpleEmailService - the specified ses service objectCopyright © 2021. All rights reserved.