pub trait Waiters {
// Required method
fn wait_until_code_binding_exists(&self) -> CodeBindingExistsFluentBuilder;
}
Expand description
Waiter functions for the client.
Import this trait to get wait_until
methods on the client.
Required Methods§
Sourcefn wait_until_code_binding_exists(&self) -> CodeBindingExistsFluentBuilder
fn wait_until_code_binding_exists(&self) -> CodeBindingExistsFluentBuilder
Wait until code binding is generated