[][src]Trait rusoto_workmailmessageflow::WorkmailMessageFlow

pub trait WorkmailMessageFlow {
#[must_use]    pub fn get_raw_message_content<'life0, 'async_trait>(
        &'life0 self,
        input: GetRawMessageContentRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetRawMessageContentResponse, RusotoError<GetRawMessageContentError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the Amazon WorkMail Message Flow API. Amazon WorkMail Message Flow clients implement this trait.

Required methods

#[must_use]pub fn get_raw_message_content<'life0, 'async_trait>(
    &'life0 self,
    input: GetRawMessageContentRequest
) -> Pin<Box<dyn Future<Output = Result<GetRawMessageContentResponse, RusotoError<GetRawMessageContentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

Loading content...

Implementors

impl WorkmailMessageFlow for WorkmailMessageFlowClient[src]

pub fn get_raw_message_content<'life0, 'async_trait>(
    &'life0 self,
    input: GetRawMessageContentRequest
) -> Pin<Box<dyn Future<Output = Result<GetRawMessageContentResponse, RusotoError<GetRawMessageContentError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

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

Loading content...