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