Uses of Interface
software.amazon.awssdk.services.sesv2.model.Body.Builder
Packages that use Body.Builder
-
Uses of Body.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return Body.BuilderModifier and TypeMethodDescriptionstatic Body.BuilderBody.builder()default 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.An object that represents the version of the message that is displayed in email clients that support HTML.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.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.Body.toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type Body.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Body.Builder>Body.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type Body.BuilderModifier and TypeMethodDescriptiondefault Message.BuilderMessage.Builder.body(Consumer<Body.Builder> body) The body of the message.