pub trait Waiters {
// Required methods
fn wait_until_flow_active(&self) -> FlowActiveFluentBuilder;
fn wait_until_flow_deleted(&self) -> FlowDeletedFluentBuilder;
fn wait_until_flow_standby(&self) -> FlowStandbyFluentBuilder;
}Expand description
Waiter functions for the client.
Import this trait to get wait_until methods on the client.
Required Methods§
Sourcefn wait_until_flow_active(&self) -> FlowActiveFluentBuilder
fn wait_until_flow_active(&self) -> FlowActiveFluentBuilder
Wait until a flow is active
Sourcefn wait_until_flow_deleted(&self) -> FlowDeletedFluentBuilder
fn wait_until_flow_deleted(&self) -> FlowDeletedFluentBuilder
Wait until a flow is deleted
Sourcefn wait_until_flow_standby(&self) -> FlowStandbyFluentBuilder
fn wait_until_flow_standby(&self) -> FlowStandbyFluentBuilder
Wait until a flow is in standby mode