Class AwsSesServiceClientImpl
- java.lang.Object
-
- com.mongodb.stitch.server.services.aws.ses.internal.AwsSesServiceClientImpl
-
- All Implemented Interfaces:
AwsSesServiceClient
@Deprecated public final class AwsSesServiceClientImpl extends Object implements AwsSesServiceClient
Deprecated.use AwsServiceClient instead.
-
-
Field Summary
-
Fields inherited from interface com.mongodb.stitch.server.services.aws.ses.AwsSesServiceClient
factory
-
-
Constructor Summary
Constructors Constructor Description AwsSesServiceClientImpl(CoreAwsSesServiceClient client)Deprecated.
-
-
-
Constructor Detail
-
AwsSesServiceClientImpl
public AwsSesServiceClientImpl(CoreAwsSesServiceClient client)
Deprecated.
-
-
Method Detail
-
sendEmail
public AwsSesSendResult sendEmail(@Nonnull String to, @Nonnull String from, @Nonnull String subject, @Nonnull String body)
Deprecated.Sends an email.- Specified by:
sendEmailin interfaceAwsSesServiceClient- 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.
-
-