Trait aws_sdk_route53::client::Waiters

source ·
pub trait Waiters {
    // Required method
    fn wait_until_resource_record_sets_changed(
        &self
    ) -> ResourceRecordSetsChangedFluentBuilder;
}
Expand description

Waiter functions for the client.

Import this trait to get wait_until methods on the client.

Required Methods§

Implementors§