Uses of Interface
software.amazon.awssdk.services.sesv2.model.SendBulkEmailRequest.Builder
Packages that use SendBulkEmailRequest.Builder
Package
Description
-
Uses of SendBulkEmailRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type SendBulkEmailRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<SendBulkEmailResponse>SesV2AsyncClient.sendBulkEmail(Consumer<SendBulkEmailRequest.Builder> sendBulkEmailRequest) Composes an email message to multiple destinations.default SendBulkEmailResponseSesV2Client.sendBulkEmail(Consumer<SendBulkEmailRequest.Builder> sendBulkEmailRequest) Composes an email message to multiple destinations. -
Uses of SendBulkEmailRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return SendBulkEmailRequest.BuilderModifier and TypeMethodDescriptionstatic SendBulkEmailRequest.BuilderSendBulkEmailRequest.builder()SendBulkEmailRequest.Builder.bulkEmailEntries(Collection<BulkEmailEntry> bulkEmailEntries) The list of bulk email entry objects.SendBulkEmailRequest.Builder.bulkEmailEntries(Consumer<BulkEmailEntry.Builder>... bulkEmailEntries) The list of bulk email entry objects.SendBulkEmailRequest.Builder.bulkEmailEntries(BulkEmailEntry... bulkEmailEntries) The list of bulk email entry objects.SendBulkEmailRequest.Builder.configurationSetName(String configurationSetName) The name of the configuration set to use when sending the email.default SendBulkEmailRequest.BuilderSendBulkEmailRequest.Builder.defaultContent(Consumer<BulkEmailContent.Builder> defaultContent) An object that contains the body of the message.SendBulkEmailRequest.Builder.defaultContent(BulkEmailContent defaultContent) An object that contains the body of the message.SendBulkEmailRequest.Builder.defaultEmailTags(Collection<MessageTag> defaultEmailTags) A list of tags, in the form of name/value pairs, to apply to an email that you send using theSendEmailoperation.SendBulkEmailRequest.Builder.defaultEmailTags(Consumer<MessageTag.Builder>... defaultEmailTags) A list of tags, in the form of name/value pairs, to apply to an email that you send using theSendEmailoperation.SendBulkEmailRequest.Builder.defaultEmailTags(MessageTag... defaultEmailTags) A list of tags, in the form of name/value pairs, to apply to an email that you send using theSendEmailoperation.SendBulkEmailRequest.Builder.endpointId(String endpointId) The ID of the multi-region endpoint (global-endpoint).SendBulkEmailRequest.Builder.feedbackForwardingEmailAddress(String feedbackForwardingEmailAddress) The address that you want bounce and complaint notifications to be sent to.SendBulkEmailRequest.Builder.feedbackForwardingEmailAddressIdentityArn(String feedbackForwardingEmailAddressIdentityArn) This parameter is used only for sending authorization.SendBulkEmailRequest.Builder.fromEmailAddress(String fromEmailAddress) The email address to use as the "From" address for the email.SendBulkEmailRequest.Builder.fromEmailAddressIdentityArn(String fromEmailAddressIdentityArn) This parameter is used only for sending authorization.SendBulkEmailRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) SendBulkEmailRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) SendBulkEmailRequest.Builder.replyToAddresses(String... replyToAddresses) The "Reply-to" email addresses for the message.SendBulkEmailRequest.Builder.replyToAddresses(Collection<String> replyToAddresses) The "Reply-to" email addresses for the message.SendBulkEmailRequest.Builder.tenantName(String tenantName) The name of the tenant through which this bulk email will be sent.SendBulkEmailRequest.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type SendBulkEmailRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SendBulkEmailRequest.Builder>SendBulkEmailRequest.serializableBuilderClass()