pub trait Waiters {
// Required methods
fn wait_until_plan_evaluation_status_passed(
&self,
) -> PlanEvaluationStatusPassedFluentBuilder;
fn wait_until_plan_execution_completed(
&self,
) -> PlanExecutionCompletedFluentBuilder;
}Expand description
Waiter functions for the client.
Import this trait to get wait_until methods on the client.
Required Methods§
Sourcefn wait_until_plan_evaluation_status_passed(
&self,
) -> PlanEvaluationStatusPassedFluentBuilder
fn wait_until_plan_evaluation_status_passed( &self, ) -> PlanEvaluationStatusPassedFluentBuilder
Wait for plan_evaluation_status_passed
Sourcefn wait_until_plan_execution_completed(
&self,
) -> PlanExecutionCompletedFluentBuilder
fn wait_until_plan_execution_completed( &self, ) -> PlanExecutionCompletedFluentBuilder
Wait for plan_execution_completed