Trait aws_sdk_appstream::client::Waiters

source ·
pub trait Waiters {
    // Required methods
    fn wait_until_fleet_started(&self) -> FleetStartedFluentBuilder;
    fn wait_until_fleet_stopped(&self) -> FleetStoppedFluentBuilder;
}
Expand description

Waiter functions for the client.

Import this trait to get wait_until methods on the client.

Required Methods§

source

fn wait_until_fleet_started(&self) -> FleetStartedFluentBuilder

Wait for fleet_started

source

fn wait_until_fleet_stopped(&self) -> FleetStoppedFluentBuilder

Wait for fleet_stopped

Implementors§