| Package | Description |
|---|---|
| software.amazon.awssdk.services.ses.model |
| Modifier and Type | Method and Description |
|---|---|
static Body.Builder |
Body.builder() |
default Body.Builder |
Body.Builder.html(Consumer<Content.Builder> html)
The content of the message, in HTML format.
|
Body.Builder |
Body.Builder.html(Content html)
The content of the message, in HTML format.
|
default Body.Builder |
Body.Builder.text(Consumer<Content.Builder> text)
The content of the message, in text format.
|
Body.Builder |
Body.Builder.text(Content text)
The content of the message, in text format.
|
Body.Builder |
Body.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Body.Builder> |
Body.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Message.Builder |
Message.Builder.body(Consumer<Body.Builder> body)
The message body.
|
Copyright © 2022. All rights reserved.