Uses of Interface
software.amazon.awssdk.services.sesv2.model.Content.Builder
Packages that use Content.Builder
-
Uses of Content.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return Content.BuilderModifier and TypeMethodDescriptionstatic Content.BuilderContent.builder()The character set for the content.The content of the message itself.Content.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type Content.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Content.Builder>Content.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type Content.BuilderModifier and TypeMethodDescriptiondefault Body.BuilderBody.Builder.html(Consumer<Content.Builder> html) An object that represents the version of the message that is displayed in email clients that support HTML.default Message.BuilderMessage.Builder.subject(Consumer<Content.Builder> subject) The subject line of the email.default Body.BuilderBody.Builder.text(Consumer<Content.Builder> text) An object that represents the version of the message that is displayed in email clients that don't support HTML, or clients where the recipient has disabled HTML rendering.