@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AmazonWorkMailMessageFlowAsync extends AmazonWorkMailMessageFlow
AsyncHandler
can be used to
receive notification when an asynchronous operation completes.
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAmazonWorkMailMessageFlowAsync
instead.
The WorkMail Message Flow API provides access to email messages as they are being sent and received by a WorkMail organization.
ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<GetRawMessageContentResult> |
getRawMessageContentAsync(GetRawMessageContentRequest getRawMessageContentRequest)
Retrieves the raw content of an in-transit email message, in MIME format.
|
Future<GetRawMessageContentResult> |
getRawMessageContentAsync(GetRawMessageContentRequest getRawMessageContentRequest,
AsyncHandler<GetRawMessageContentRequest,GetRawMessageContentResult> asyncHandler)
Retrieves the raw content of an in-transit email message, in MIME format.
|
getCachedResponseMetadata, getRawMessageContent, shutdown
Future<GetRawMessageContentResult> getRawMessageContentAsync(GetRawMessageContentRequest getRawMessageContentRequest)
Retrieves the raw content of an in-transit email message, in MIME format.
getRawMessageContentRequest
- Future<GetRawMessageContentResult> getRawMessageContentAsync(GetRawMessageContentRequest getRawMessageContentRequest, AsyncHandler<GetRawMessageContentRequest,GetRawMessageContentResult> asyncHandler)
Retrieves the raw content of an in-transit email message, in MIME format.
getRawMessageContentRequest
- asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.