[][src]Trait stcloud::apis::AwsSettingsControllerApi

pub trait AwsSettingsControllerApi {
    fn update_using_put(
        &self,
        app_id: i64,
        dto: CloudWatchSettings
    ) -> Box<dyn Future<Item = GenericApiResponse, Error = Error<Value>>>; }

Required methods

fn update_using_put(
    &self,
    app_id: i64,
    dto: CloudWatchSettings
) -> Box<dyn Future<Item = GenericApiResponse, Error = Error<Value>>>

Loading content...

Implementors

impl<C: Connect> AwsSettingsControllerApi for AwsSettingsControllerApiClient<C>[src]

Loading content...