Trait Waiters

Source
pub trait Waiters {
    // Required methods
    fn wait_until_cluster_available(&self) -> ClusterAvailableFluentBuilder;
    fn wait_until_cluster_deleted(&self) -> ClusterDeletedFluentBuilder;
    fn wait_until_cluster_restored(&self) -> ClusterRestoredFluentBuilder;
    fn wait_until_snapshot_available(&self) -> SnapshotAvailableFluentBuilder;
}
Expand description

Waiter functions for the client.

Import this trait to get wait_until methods on the client.

Required Methods§

Implementors§