@Deprecated public final class AwsSesServiceClientImpl extends Object implements AwsSesServiceClient
factory| Constructor and Description |
|---|
AwsSesServiceClientImpl(CoreAwsSesServiceClient client,
TaskDispatcher dispatcher)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Task<AwsSesSendResult> |
sendEmail(String to,
String from,
String subject,
String body)
Deprecated.
Sends an email.
|
public AwsSesServiceClientImpl(CoreAwsSesServiceClient client, TaskDispatcher dispatcher)
public Task<AwsSesSendResult> sendEmail(@NonNull String to, @NonNull String from, @NonNull String subject, @NonNull String body)
sendEmail in interface AwsSesServiceClientto - the email address to send the email to.from - the email address to send the email from.subject - the subject of the email.body - the body text of the email.