Package-level declarations
Functions
Link copied to clipboard
Link copied to clipboard
fun SesAsyncClient.sendEmailFlow(upstream: Flow<SendEmailRequest>, concurrency: Int = 1): Flow<SesResponse>
Sends emails using the requests provided in a Flow. The emails are sent concurrently with the specified concurrency level.