Uses of Interface
software.amazon.awssdk.services.sesv2.model.Message.Builder
Packages that use Message.Builder
-
Uses of Message.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return Message.BuilderModifier and TypeMethodDescriptionMessage.Builder.attachments(Collection<Attachment> attachments) The List of attachments to include in your email.Message.Builder.attachments(Consumer<Attachment.Builder>... attachments) The List of attachments to include in your email.Message.Builder.attachments(Attachment... attachments) The List of attachments to include in your email.default Message.BuilderMessage.Builder.body(Consumer<Body.Builder> body) The body of the message.The body of the message.static Message.BuilderMessage.builder()Message.Builder.headers(Collection<MessageHeader> headers) The list of message headers that will be added to the email message.Message.Builder.headers(Consumer<MessageHeader.Builder>... headers) The list of message headers that will be added to the email message.Message.Builder.headers(MessageHeader... headers) The list of message headers that will be added to the email message.default Message.BuilderMessage.Builder.subject(Consumer<Content.Builder> subject) The subject line of the email.The subject line of the email.Message.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type Message.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Message.Builder>Message.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type Message.BuilderModifier and TypeMethodDescriptiondefault EmailContent.BuilderEmailContent.Builder.simple(Consumer<Message.Builder> simple) The simple email message.