WorkMailMessageFlowClient
The WorkMail Message Flow API provides access to email messages as they are being sent and received by a WorkMail organization.
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
abstract suspend fun putRawMessageContent(input: PutRawMessageContentRequest): PutRawMessageContentResponse
Updates the raw content of an in-transit email message, in MIME format.
Inherited functions
Link copied to clipboard
inline suspend fun WorkMailMessageFlowClient.putRawMessageContent(crossinline block: PutRawMessageContentRequest.Builder.() -> Unit): PutRawMessageContentResponse
Updates the raw content of an in-transit email message, in MIME format.
Link copied to clipboard
fun WorkMailMessageFlowClient.withConfig(block: WorkMailMessageFlowClient.Config.Builder.() -> Unit): WorkMailMessageFlowClient
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.