Searched refs:DeleteObjectOutcome (Results 1 – 5 of 5) sorted by relevance
217 using DeleteObjectOutcome = Outcome<OssError, DeleteObjectResult>; variable
181 DeleteObjectOutcome DeleteObject(const std::string& bucket, const std::string& key) const;182 DeleteObjectOutcome DeleteObject(const DeleteObjectRequest& request) const;
102 DeleteObjectOutcome DeleteObject(const DeleteObjectRequest &request) const;
545 DeleteObjectOutcome OssClient::DeleteObject(const std::string &bucket, const std::string &key) const in DeleteObject()550 DeleteObjectOutcome OssClient::DeleteObject(const DeleteObjectRequest &request) const in DeleteObject()
998 DeleteObjectOutcome OssClientImpl::DeleteObject(const DeleteObjectRequest &request) const in DeleteObject()1002 return DeleteObjectOutcome(DeleteObjectResult(outcome.result().headerCollection())); in DeleteObject()1005 return DeleteObjectOutcome(outcome.error()); in DeleteObject()
Completed in 12 milliseconds