[][src]Trait oss_rust_sdk::service::ServiceAPI

pub trait ServiceAPI {
    fn list_bucket<S, R>(&self, resources: R) -> Result<ListBuckets, Error>
    where
        S: AsRef<str>,
        R: Into<Option<HashMap<S, Option<S>>>>
; }

Required methods

fn list_bucket<S, R>(&self, resources: R) -> Result<ListBuckets, Error> where
    S: AsRef<str>,
    R: Into<Option<HashMap<S, Option<S>>>>, 

Loading content...

Implementors

impl<'a> ServiceAPI for OSS<'a>[src]

Loading content...