Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/src/
A DOssClient.cc624 RestoreObjectOutcome OssClient::RestoreObject(const std::string &bucket, const std::string &key) co… in RestoreObject() function in OssClient
626 return client_->RestoreObject(RestoreObjectRequest(bucket, key)); in RestoreObject()
629 RestoreObjectOutcome OssClient::RestoreObject(const RestoreObjectRequest &request) const in RestoreObject() function in OssClient
631 return client_->RestoreObject(request); in RestoreObject()
A DOssClientImpl.h112 RestoreObjectOutcome RestoreObject(const RestoreObjectRequest &request) const;
A DOssClientImpl.cc1109 RestoreObjectOutcome OssClientImpl::RestoreObject(const RestoreObjectRequest &request) const in RestoreObject() function in OssClientImpl
/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssClient.h193 RestoreObjectOutcome RestoreObject(const std::string& bucket, const std::string& key) const;
194 RestoreObjectOutcome RestoreObject(const RestoreObjectRequest& request) const;

Completed in 13 milliseconds