Searched refs:GetBucketLogging (Results 1 – 4 of 4) sorted by relevance
349 GetBucketLoggingOutcome OssClient::GetBucketLogging(const std::string &bucket) const in GetBucketLogging() function in OssClient351 return client_->GetBucketLogging(GetBucketLoggingRequest(bucket)); in GetBucketLogging()354 GetBucketLoggingOutcome OssClient::GetBucketLogging(const GetBucketLoggingRequest &request) const in GetBucketLogging() function in OssClient356 return client_->GetBucketLogging(request); in GetBucketLogging()
79 GetBucketLoggingOutcome GetBucketLogging(const GetBucketLoggingRequest &request) const;
721 GetBucketLoggingOutcome OssClientImpl::GetBucketLogging(const GetBucketLoggingRequest &request) con… in GetBucketLogging() function in OssClientImpl
140 GetBucketLoggingOutcome GetBucketLogging(const std::string& bucket) const;141 GetBucketLoggingOutcome GetBucketLogging(const GetBucketLoggingRequest& request) const;
Completed in 14 milliseconds