Searched refs:LifecycleRule (Results 1 – 4 of 4) sorted by relevance
67 LifecycleRule::LifecycleRule() : in LifecycleRule() function in LifecycleRule73 bool LifecycleRule::hasExpiration() const in hasExpiration()80 bool LifecycleRule::hasTransitionList() const in hasTransitionList()85 bool LifecycleRule::hasAbortMultipartUpload() const in hasAbortMultipartUpload()90 bool LifecycleRule::hasNoncurrentVersionExpiration() const in hasNoncurrentVersionExpiration()95 bool LifecycleRule::hasNoncurrentVersionTransitionList() const in hasNoncurrentVersionTransitionList()100 bool LifecycleRule::operator==(const LifecycleRule& right) const in operator ==()
53 LifecycleRule rule; in operator =()
60 class ALIBABACLOUD_OSS_EXPORT LifecycleRule63 LifecycleRule();89 bool operator==(const LifecycleRule& right) const;116 using LifecycleRuleList = std::vector<LifecycleRule>;
30 void addLifecycleRule(const LifecycleRule& rule) { lifecycleRules_.push_back(rule); } in addLifecycleRule()
Completed in 8 milliseconds