Uses of Class
com.tencentcloudapi.chdfs.v20201112.models.CreateLifeCycleRulesRequest
-
Packages that use CreateLifeCycleRulesRequest Package Description com.tencentcloudapi.chdfs.v20201112 com.tencentcloudapi.chdfs.v20201112.models -
-
Uses of CreateLifeCycleRulesRequest in com.tencentcloudapi.chdfs.v20201112
Methods in com.tencentcloudapi.chdfs.v20201112 with parameters of type CreateLifeCycleRulesRequest Modifier and Type Method Description CreateLifeCycleRulesResponseChdfsClient. CreateLifeCycleRules(CreateLifeCycleRulesRequest req)批量创建生命周期规则,生命周期规则ID和创建时间无需填写。 -
Uses of CreateLifeCycleRulesRequest in com.tencentcloudapi.chdfs.v20201112.models
Constructors in com.tencentcloudapi.chdfs.v20201112.models with parameters of type CreateLifeCycleRulesRequest Constructor Description CreateLifeCycleRulesRequest(CreateLifeCycleRulesRequest 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.
-