Home
last modified time | relevance | path

Searched refs:GetBucketLocationResult (Results 1 – 4 of 4) sorted by relevance

/AliOS-Things-master/components/oss/src/model/
A DGetBucketLocationResult.cc25 GetBucketLocationResult::GetBucketLocationResult() : in GetBucketLocationResult() function in GetBucketLocationResult
30 GetBucketLocationResult::GetBucketLocationResult(const std::string& result): in GetBucketLocationResult() function in GetBucketLocationResult
31 GetBucketLocationResult() in GetBucketLocationResult()
36 GetBucketLocationResult::GetBucketLocationResult(const std::shared_ptr<std::iostream>& result): in GetBucketLocationResult() function in GetBucketLocationResult
37 GetBucketLocationResult() in GetBucketLocationResult()
44 GetBucketLocationResult& GetBucketLocationResult::operator =(const std::string& result) in operator =()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/model/
A DGetBucketLocationResult.h26 class ALIBABACLOUD_OSS_EXPORT GetBucketLocationResult : public OssResult
29 GetBucketLocationResult();
30 GetBucketLocationResult(const std::string& data);
31 GetBucketLocationResult(const std::shared_ptr<std::iostream>& data);
32 GetBucketLocationResult& operator=(const std::string& data);
/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssFwd.h193 using GetBucketLocationOutcome = Outcome<OssError, GetBucketLocationResult>;
/AliOS-Things-master/components/oss/src/
A DOssClientImpl.cc697 GetBucketLocationResult result(outcome.result().payload()); in GetBucketLocation()

Completed in 9 milliseconds