Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/src/
A DOssClient.cc143 VoidOutcome OssClient::SetBucketLogging(const std::string &bucket, const std::string &targetBucket,… in SetBucketLogging() function in OssClient
145 return client_->SetBucketLogging(SetBucketLoggingRequest(bucket, targetBucket, targetPrefix)); in SetBucketLogging()
148 VoidOutcome OssClient::SetBucketLogging(const SetBucketLoggingRequest& request) const in SetBucketLogging() function in OssClient
150 return client_->SetBucketLogging(request); in SetBucketLogging()
A DOssClientImpl.h49 VoidOutcome SetBucketLogging(const SetBucketLoggingRequest& request) const;
A DOssClientImpl.cc381 VoidOutcome OssClientImpl::SetBucketLogging(const SetBucketLoggingRequest& request) const in SetBucketLogging() function in OssClientImpl
/AliOS-Things-master/components/oss/include/alibabacloud/oss/
A DOssClient.h98 …VoidOutcome SetBucketLogging(const std::string& bucket, const std::string& targetBucket, const std…
99 VoidOutcome SetBucketLogging(const SetBucketLoggingRequest& request) const;

Completed in 11 milliseconds