Skip to main content

Waiters

Trait 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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§