Uses of Interface
software.amazon.awssdk.services.ses.model.SendTemplatedEmailRequest.Builder
Packages that use SendTemplatedEmailRequest.Builder
Package
Description
-
Uses of SendTemplatedEmailRequest.Builder in software.amazon.awssdk.services.ses
Method parameters in software.amazon.awssdk.services.ses with type arguments of type SendTemplatedEmailRequest.BuilderModifier and TypeMethodDescriptionSesAsyncClient.sendTemplatedEmail(Consumer<SendTemplatedEmailRequest.Builder> sendTemplatedEmailRequest) Composes an email message using an email template and immediately queues it for sending.default SendTemplatedEmailResponseSesClient.sendTemplatedEmail(Consumer<SendTemplatedEmailRequest.Builder> sendTemplatedEmailRequest) Composes an email message using an email template and immediately queues it for sending. -
Uses of SendTemplatedEmailRequest.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return SendTemplatedEmailRequest.BuilderModifier and TypeMethodDescriptionSendTemplatedEmailRequest.builder()SendTemplatedEmailRequest.Builder.configurationSetName(String configurationSetName) The name of the configuration set to use when you send an email usingSendTemplatedEmail.SendTemplatedEmailRequest.Builder.destination(Consumer<Destination.Builder> destination) The destination for this email, composed of To:, CC:, and BCC: fields.SendTemplatedEmailRequest.Builder.destination(Destination destination) The destination for this email, composed of To:, CC:, and BCC: fields.SendTemplatedEmailRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SendTemplatedEmailRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) SendTemplatedEmailRequest.Builder.replyToAddresses(String... replyToAddresses) The reply-to email address(es) for the message.SendTemplatedEmailRequest.Builder.replyToAddresses(Collection<String> replyToAddresses) The reply-to email address(es) for the message.SendTemplatedEmailRequest.Builder.returnPath(String returnPath) The email address that bounces and complaints are forwarded to when feedback forwarding is enabled.SendTemplatedEmailRequest.Builder.returnPathArn(String returnPathArn) This parameter is used only for sending authorization.The email address that is sending the email.This parameter is used only for sending authorization.SendTemplatedEmailRequest.Builder.tags(Collection<MessageTag> tags) A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendTemplatedEmail.SendTemplatedEmailRequest.Builder.tags(Consumer<MessageTag.Builder>... tags) A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendTemplatedEmail.SendTemplatedEmailRequest.Builder.tags(MessageTag... tags) A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendTemplatedEmail.The template to use when sending this email.SendTemplatedEmailRequest.Builder.templateArn(String templateArn) The ARN of the template to use when sending this email.SendTemplatedEmailRequest.Builder.templateData(String templateData) A list of replacement values to apply to the template.SendTemplatedEmailRequest.toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type SendTemplatedEmailRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SendTemplatedEmailRequest.Builder>SendTemplatedEmailRequest.serializableBuilderClass()