Trait aws_sdk_mediaconnect::client::Waiters

source ·
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§

source

fn wait_until_flow_active(&self) -> FlowActiveFluentBuilder

Wait until a flow is active

source

fn wait_until_flow_deleted(&self) -> FlowDeletedFluentBuilder

Wait until a flow is deleted

source

fn wait_until_flow_standby(&self) -> FlowStandbyFluentBuilder

Wait until a flow is in standby mode

Implementors§