Uses of Interface
software.amazon.awssdk.services.sesv2.model.BulkEmailEntry.Builder
Packages that use BulkEmailEntry.Builder
-
Uses of BulkEmailEntry.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return BulkEmailEntry.BuilderModifier and TypeMethodDescriptionstatic BulkEmailEntry.BuilderBulkEmailEntry.builder()default BulkEmailEntry.BuilderBulkEmailEntry.Builder.destination(Consumer<Destination.Builder> destination) Represents the destination of the message, consisting of To:, CC:, and BCC: fields.BulkEmailEntry.Builder.destination(Destination destination) Represents the destination of the message, consisting of To:, CC:, and BCC: fields.default BulkEmailEntry.BuilderBulkEmailEntry.Builder.replacementEmailContent(Consumer<ReplacementEmailContent.Builder> replacementEmailContent) TheReplacementEmailContentassociated with aBulkEmailEntry.BulkEmailEntry.Builder.replacementEmailContent(ReplacementEmailContent replacementEmailContent) TheReplacementEmailContentassociated with aBulkEmailEntry.BulkEmailEntry.Builder.replacementHeaders(Collection<MessageHeader> replacementHeaders) The list of message headers associated with theBulkEmailEntrydata type.BulkEmailEntry.Builder.replacementHeaders(Consumer<MessageHeader.Builder>... replacementHeaders) The list of message headers associated with theBulkEmailEntrydata type.BulkEmailEntry.Builder.replacementHeaders(MessageHeader... replacementHeaders) The list of message headers associated with theBulkEmailEntrydata type.BulkEmailEntry.Builder.replacementTags(Collection<MessageTag> replacementTags) A list of tags, in the form of name/value pairs, to apply to an email that you send using theSendBulkTemplatedEmailoperation.BulkEmailEntry.Builder.replacementTags(Consumer<MessageTag.Builder>... replacementTags) A list of tags, in the form of name/value pairs, to apply to an email that you send using theSendBulkTemplatedEmailoperation.BulkEmailEntry.Builder.replacementTags(MessageTag... replacementTags) A list of tags, in the form of name/value pairs, to apply to an email that you send using theSendBulkTemplatedEmailoperation.BulkEmailEntry.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type BulkEmailEntry.BuilderModifier and TypeMethodDescriptionstatic Class<? extends BulkEmailEntry.Builder>BulkEmailEntry.serializableBuilderClass()