Interface AwsSesServiceClient
-
- All Known Implementing Classes:
AwsSesServiceClientImpl
@Deprecated public interface AwsSesServiceClient
Deprecated.use AwsServiceClient instead.The AWS SES service client.
-
-
Field Summary
Fields Modifier and Type Field Description static NamedServiceClientFactory<AwsSesServiceClient>factoryDeprecated.
-
-
-
Field Detail
-
factory
static final NamedServiceClientFactory<AwsSesServiceClient> factory
Deprecated.
-
-
Method Detail
-
sendEmail
AwsSesSendResult sendEmail(@Nonnull String to, @Nonnull String from, @Nonnull String subject, @Nonnull String body)
Deprecated.Sends an email.- Parameters:
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.- Returns:
- the result of the send.
-
-