@Deprecated public interface AwsSesServiceClient
Modifier and Type | Field and Description |
---|---|
static NamedServiceClientFactory<AwsSesServiceClient> |
factory
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Task<AwsSesSendResult> |
sendEmail(String to,
String from,
String subject,
String body)
Deprecated.
Sends an email.
|
static final NamedServiceClientFactory<AwsSesServiceClient> factory
Task<AwsSesSendResult> sendEmail(@NonNull String to, @NonNull String from, @NonNull String subject, @NonNull String body)
to
- 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.