Builder

class Builder

Properties

Link copied to clipboard
var body: Body?

The message body.

Link copied to clipboard

The subject of the message: A short summary of the content, which appears in the recipient's inbox.

Functions

Link copied to clipboard
fun body(block: Body.Builder.() -> Unit)

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

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

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