Skip to main content

GetAccessPointConfigForObjectProcessOps

Trait GetAccessPointConfigForObjectProcessOps 

Source
pub trait GetAccessPointConfigForObjectProcessOps {
    // Required method
    fn get_access_point_config_for_object_process(
        &self,
        fc_ap_name: impl Into<String>,
    ) -> impl Future<Output = Result<GetAccessPointConfigForObjectProcessResult>>;
}

Required Methods§

Source

fn get_access_point_config_for_object_process( &self, fc_ap_name: impl Into<String>, ) -> impl Future<Output = Result<GetAccessPointConfigForObjectProcessResult>>

Retrieve the current configuration of an Object FC access point.

Official document: https://www.alibabacloud.com/help/en/oss/developer-reference/getaccesspointconfigforobjectprocess

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§