Trait Waiters

Source
pub trait Waiters {
    // Required methods
    fn wait_until_image_scan_complete(&self) -> ImageScanCompleteFluentBuilder;
    fn wait_until_lifecycle_policy_preview_complete(
        &self,
    ) -> LifecyclePolicyPreviewCompleteFluentBuilder;
}
Expand description

Waiter functions for the client.

Import this trait to get wait_until methods on the client.

Required Methods§

Source

fn wait_until_image_scan_complete(&self) -> ImageScanCompleteFluentBuilder

Wait until an image scan is complete and findings can be accessed

Source

fn wait_until_lifecycle_policy_preview_complete( &self, ) -> LifecyclePolicyPreviewCompleteFluentBuilder

Wait until a lifecycle policy preview request is complete and results can be accessed

Implementors§