Uses of Interface
software.amazon.awssdk.services.ses.model.Content.Builder
Packages that use Content.Builder
-
Uses of Content.Builder in software.amazon.awssdk.services.ses.model
Methods in software.amazon.awssdk.services.ses.model that return Content.BuilderModifier and TypeMethodDescriptionstatic Content.BuilderContent.builder()The character set of the content.The textual data of the content.Content.toBuilder()Methods in software.amazon.awssdk.services.ses.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.ses.model with type arguments of type Content.BuilderModifier and TypeMethodDescriptiondefault Body.BuilderBody.Builder.html(Consumer<Content.Builder> html) The content of the message, in HTML format.default Message.BuilderMessage.Builder.subject(Consumer<Content.Builder> subject) The subject of the message: A short summary of the content, which appears in the recipient's inbox.default Body.BuilderBody.Builder.text(Consumer<Content.Builder> text) The content of the message, in text format.