WorkMailMessageFlowClient

The WorkMail Message Flow API provides access to email messages as they are being sent and received by a WorkMail organization.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion
Link copied to clipboard
class Config

Properties

Link copied to clipboard

WorkMailMessageFlowClient's configuration

Functions

Link copied to clipboard
abstract suspend fun <T> getRawMessageContent(input: GetRawMessageContentRequest, block: suspend (GetRawMessageContentResponse) -> T): T

Retrieves the raw content of an in-transit email message, in MIME format.

Link copied to clipboard

Updates the raw content of an in-transit email message, in MIME format.

Inherited functions

Link copied to clipboard

Updates the raw content of an in-transit email message, in MIME format.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.