Uses of Class
com.tencentcloudapi.chdfs.v20201112.models.LifeCycleRule
-
Packages that use LifeCycleRule Package Description com.tencentcloudapi.chdfs.v20201112.models -
-
Uses of LifeCycleRule in com.tencentcloudapi.chdfs.v20201112.models
Methods in com.tencentcloudapi.chdfs.v20201112.models that return LifeCycleRule Modifier and Type Method Description LifeCycleRule[]CreateLifeCycleRulesRequest. getLifeCycleRules()Get 多个生命周期规则,上限为10LifeCycleRule[]DescribeLifeCycleRulesResponse. getLifeCycleRules()Get 生命周期规则列表LifeCycleRule[]ModifyLifeCycleRulesRequest. getLifeCycleRules()Get 多个生命周期规则,上限为10Methods in com.tencentcloudapi.chdfs.v20201112.models with parameters of type LifeCycleRule Modifier and Type Method Description voidCreateLifeCycleRulesRequest. setLifeCycleRules(LifeCycleRule[] LifeCycleRules)Set 多个生命周期规则,上限为10voidDescribeLifeCycleRulesResponse. setLifeCycleRules(LifeCycleRule[] LifeCycleRules)Set 生命周期规则列表voidModifyLifeCycleRulesRequest. setLifeCycleRules(LifeCycleRule[] LifeCycleRules)Set 多个生命周期规则,上限为10Constructors in com.tencentcloudapi.chdfs.v20201112.models with parameters of type LifeCycleRule Constructor Description LifeCycleRule(LifeCycleRule source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-