Uses of Interface
software.amazon.awssdk.services.sesv2.model.Body.Builder
-
Packages that use Body.Builder Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of Body.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return Body.Builder Modifier and Type Method Description static 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.Body.BuilderBody.Builder. html(Content 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.Body.BuilderBody.Builder. text(Content 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.Body.BuilderBody. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type Body.Builder Modifier and Type Method Description static Class<? extends Body.Builder>Body. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sesv2.model with type arguments of type Body.Builder Modifier and Type Method Description default Message.BuilderMessage.Builder. body(Consumer<Body.Builder> body)The body of the message.
-