Trait aws_sdk_elastictranscoder::client::Waiters

source ·
pub trait Waiters {
    // Required method
    fn wait_until_job_complete(&self) -> JobCompleteFluentBuilder;
}
Expand description

Waiter functions for the client.

Import this trait to get wait_until methods on the client.

Required Methods§

source

fn wait_until_job_complete(&self) -> JobCompleteFluentBuilder

Wait for job_complete

Implementors§