Uses of Interface
software.amazon.awssdk.services.ses.model.SendEmailRequest.Builder
Packages that use SendEmailRequest.Builder
Package
Description
-
Uses of SendEmailRequest.Builder in software.amazon.awssdk.services.ses
Method parameters in software.amazon.awssdk.services.ses with type arguments of type SendEmailRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<SendEmailResponse>SesAsyncClient.sendEmail(Consumer<SendEmailRequest.Builder> sendEmailRequest) Composes an email message and immediately queues it for sending.default SendEmailResponseSesClient.sendEmail(Consumer<SendEmailRequest.Builder> sendEmailRequest) Composes an email message and immediately queues it for sending. -
Uses of SendEmailRequest.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return SendEmailRequest.BuilderModifier and TypeMethodDescriptionstatic SendEmailRequest.BuilderSendEmailRequest.builder()SendEmailRequest.Builder.configurationSetName(String configurationSetName) The name of the configuration set to use when you send an email usingSendEmail.default SendEmailRequest.BuilderSendEmailRequest.Builder.destination(Consumer<Destination.Builder> destination) The destination for this email, composed of To:, CC:, and BCC: fields.SendEmailRequest.Builder.destination(Destination destination) The destination for this email, composed of To:, CC:, and BCC: fields.default SendEmailRequest.BuilderSendEmailRequest.Builder.message(Consumer<Message.Builder> message) The message to be sent.The message to be sent.SendEmailRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SendEmailRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) SendEmailRequest.Builder.replyToAddresses(String... replyToAddresses) The reply-to email address(es) for the message.SendEmailRequest.Builder.replyToAddresses(Collection<String> replyToAddresses) The reply-to email address(es) for the message.SendEmailRequest.Builder.returnPath(String returnPath) The email address that bounces and complaints are forwarded to when feedback forwarding is enabled.SendEmailRequest.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.SendEmailRequest.Builder.tags(Collection<MessageTag> tags) A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendEmail.SendEmailRequest.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 usingSendEmail.SendEmailRequest.Builder.tags(MessageTag... tags) A list of tags, in the form of name/value pairs, to apply to an email that you send usingSendEmail.SendEmailRequest.toBuilder()Methods in software.amazon.awssdk.services.ses.model that return types with arguments of type SendEmailRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SendEmailRequest.Builder>SendEmailRequest.serializableBuilderClass()