Builder

class Builder

Properties

Link copied to clipboard

The content of the message, in HTML format. Use this for email clients that can process HTML. You can include clickable links, formatted text, and much more in an HTML message.

Link copied to clipboard

The content of the message, in text format. Use this for text-based email clients, or clients on high-latency networks (such as mobile devices).

Functions

Link copied to clipboard
fun html(block: Content.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.ses.model.Content inside the given block

Link copied to clipboard
fun text(block: Content.Builder.() -> Unit)

construct an aws.sdk.kotlin.services.ses.model.Content inside the given block