Searched refs:GetObjectTaggingOutcome (Results 1 – 5 of 5) sorted by relevance
231 using GetObjectTaggingOutcome = Outcome<OssError, GetObjectTaggingResult>; variable
206 GetObjectTaggingOutcome GetObjectTagging(const GetObjectTaggingRequest& request) const;
122 GetObjectTaggingOutcome GetObjectTagging(const GetObjectTaggingRequest& request) const;
1206 GetObjectTaggingOutcome OssClientImpl::GetObjectTagging(const GetObjectTaggingRequest& request) con… in GetObjectTagging()1211 return result.ParseDone() ? GetObjectTaggingOutcome(std::move(result)) : in GetObjectTagging()1212 … GetObjectTaggingOutcome(OssError("ParseXMLError", "Parsing ObjectTagging result fail.")); in GetObjectTagging()1215 return GetObjectTaggingOutcome(outcome.error()); in GetObjectTagging()
664 GetObjectTaggingOutcome OssClient::GetObjectTagging(const GetObjectTaggingRequest& request) const in GetObjectTagging()
Completed in 40 milliseconds