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§
Sourcefn wait_until_fleet_started(&self) -> FleetStartedFluentBuilder
fn wait_until_fleet_started(&self) -> FleetStartedFluentBuilder
Wait for fleet_started
Sourcefn wait_until_fleet_stopped(&self) -> FleetStoppedFluentBuilder
fn wait_until_fleet_stopped(&self) -> FleetStoppedFluentBuilder
Wait for fleet_stopped