Searched refs:SetBucketLogging (Results 1 – 4 of 4) sorted by relevance
143 VoidOutcome OssClient::SetBucketLogging(const std::string &bucket, const std::string &targetBucket,… in SetBucketLogging() function in OssClient145 return client_->SetBucketLogging(SetBucketLoggingRequest(bucket, targetBucket, targetPrefix)); in SetBucketLogging()148 VoidOutcome OssClient::SetBucketLogging(const SetBucketLoggingRequest& request) const in SetBucketLogging() function in OssClient150 return client_->SetBucketLogging(request); in SetBucketLogging()
49 VoidOutcome SetBucketLogging(const SetBucketLoggingRequest& request) const;
381 VoidOutcome OssClientImpl::SetBucketLogging(const SetBucketLoggingRequest& request) const in SetBucketLogging() function in OssClientImpl
98 …VoidOutcome SetBucketLogging(const std::string& bucket, const std::string& targetBucket, const std…99 VoidOutcome SetBucketLogging(const SetBucketLoggingRequest& request) const;
Completed in 11 milliseconds