pub trait Waiters {
// Required method
fn wait_until_memory_created(&self) -> MemoryCreatedFluentBuilder;
}
Expand description
Waiter functions for the client.
Import this trait to get wait_until
methods on the client.
Required Methods§
Sourcefn wait_until_memory_created(&self) -> MemoryCreatedFluentBuilder
fn wait_until_memory_created(&self) -> MemoryCreatedFluentBuilder
Wait for memory_created