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§
sourcefn wait_until_job_complete(&self) -> JobCompleteFluentBuilder
fn wait_until_job_complete(&self) -> JobCompleteFluentBuilder
Wait for job_complete