@Deprecated public final class AwsSesServiceClientImpl extends Object implements AwsSesServiceClient
factory
Constructor and Description |
---|
AwsSesServiceClientImpl(CoreAwsSesServiceClient client)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
AwsSesSendResult |
sendEmail(String to,
String from,
String subject,
String body)
Deprecated.
Sends an email.
|
public AwsSesServiceClientImpl(CoreAwsSesServiceClient client)
public AwsSesSendResult sendEmail(@Nonnull String to, @Nonnull String from, @Nonnull String subject, @Nonnull String body)
sendEmail
in interface AwsSesServiceClient
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.