| Package | Description |
|---|---|
| com.amazonaws.services.workmailmessageflow |
The WorkMail Message Flow API provides access to email messages as they are being sent and received by a WorkMail
organization.
|
| com.amazonaws.services.workmailmessageflow.model |
| Modifier and Type | Method and Description |
|---|---|
Future<PutRawMessageContentResult> |
AmazonWorkMailMessageFlowAsyncClient.putRawMessageContentAsync(PutRawMessageContentRequest request,
AsyncHandler<PutRawMessageContentRequest,PutRawMessageContentResult> asyncHandler) |
Future<PutRawMessageContentResult> |
AbstractAmazonWorkMailMessageFlowAsync.putRawMessageContentAsync(PutRawMessageContentRequest request,
AsyncHandler<PutRawMessageContentRequest,PutRawMessageContentResult> asyncHandler) |
Future<PutRawMessageContentResult> |
AmazonWorkMailMessageFlowAsync.putRawMessageContentAsync(PutRawMessageContentRequest putRawMessageContentRequest,
AsyncHandler<PutRawMessageContentRequest,PutRawMessageContentResult> asyncHandler)
Updates the raw content of an in-transit email message, in MIME format.
|
| Modifier and Type | Method and Description |
|---|---|
PutRawMessageContentRequest |
PutRawMessageContentRequest.clone() |
PutRawMessageContentRequest |
PutRawMessageContentRequest.withContent(RawMessageContent content)
Describes the raw message content of the updated email message.
|
PutRawMessageContentRequest |
PutRawMessageContentRequest.withMessageId(String messageId)
The identifier of the email message being updated.
|
Copyright © 2023. All rights reserved.