Uses of Interface
software.amazon.awssdk.services.sesv2.model.SendEmailRequest.Builder
Packages that use SendEmailRequest.Builder
Package
Description
-
Uses of SendEmailRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type SendEmailRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<SendEmailResponse>SesV2AsyncClient.sendEmail(Consumer<SendEmailRequest.Builder> sendEmailRequest) Sends an email message.default SendEmailResponseSesV2Client.sendEmail(Consumer<SendEmailRequest.Builder> sendEmailRequest) Sends an email message. -
Uses of SendEmailRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SendEmailRequest.BuilderModifier and TypeMethodDescriptionstatic SendEmailRequest.BuilderSendEmailRequest.builder()SendEmailRequest.Builder.configurationSetName(String configurationSetName) The name of the configuration set to use when sending the email.default SendEmailRequest.BuilderSendEmailRequest.Builder.content(Consumer<EmailContent.Builder> content) An object that contains the body of the message.SendEmailRequest.Builder.content(EmailContent content) An object that contains the body of the message.default SendEmailRequest.BuilderSendEmailRequest.Builder.destination(Consumer<Destination.Builder> destination) An object that contains the recipients of the email message.SendEmailRequest.Builder.destination(Destination destination) An object that contains the recipients of the email message.SendEmailRequest.Builder.emailTags(Collection<MessageTag> emailTags) A list of tags, in the form of name/value pairs, to apply to an email that you send using theSendEmailoperation.SendEmailRequest.Builder.emailTags(Consumer<MessageTag.Builder>... emailTags) A list of tags, in the form of name/value pairs, to apply to an email that you send using theSendEmailoperation.SendEmailRequest.Builder.emailTags(MessageTag... emailTags) A list of tags, in the form of name/value pairs, to apply to an email that you send using theSendEmailoperation.SendEmailRequest.Builder.endpointId(String endpointId) The ID of the multi-region endpoint (global-endpoint).SendEmailRequest.Builder.feedbackForwardingEmailAddress(String feedbackForwardingEmailAddress) The address that you want bounce and complaint notifications to be sent to.SendEmailRequest.Builder.feedbackForwardingEmailAddressIdentityArn(String feedbackForwardingEmailAddressIdentityArn) This parameter is used only for sending authorization.SendEmailRequest.Builder.fromEmailAddress(String fromEmailAddress) The email address to use as the "From" address for the email.SendEmailRequest.Builder.fromEmailAddressIdentityArn(String fromEmailAddressIdentityArn) This parameter is used only for sending authorization.default SendEmailRequest.BuilderSendEmailRequest.Builder.listManagementOptions(Consumer<ListManagementOptions.Builder> listManagementOptions) An object used to specify a list or topic to which an email belongs, which will be used when a contact chooses to unsubscribe.SendEmailRequest.Builder.listManagementOptions(ListManagementOptions listManagementOptions) An object used to specify a list or topic to which an email belongs, which will be used when a contact chooses to unsubscribe.SendEmailRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SendEmailRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) SendEmailRequest.Builder.replyToAddresses(String... replyToAddresses) The "Reply-to" email addresses for the message.SendEmailRequest.Builder.replyToAddresses(Collection<String> replyToAddresses) The "Reply-to" email addresses for the message.SendEmailRequest.Builder.tenantName(String tenantName) The name of the tenant through which this email will be sent.SendEmailRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type SendEmailRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SendEmailRequest.Builder>SendEmailRequest.serializableBuilderClass()