Uses of Class
com.tencentcloudapi.chdfs.v20201112.models.DeleteLifeCycleRulesRequest
-
Packages that use DeleteLifeCycleRulesRequest Package Description com.tencentcloudapi.chdfs.v20201112 com.tencentcloudapi.chdfs.v20201112.models -
-
Uses of DeleteLifeCycleRulesRequest in com.tencentcloudapi.chdfs.v20201112
Methods in com.tencentcloudapi.chdfs.v20201112 with parameters of type DeleteLifeCycleRulesRequest Modifier and Type Method Description DeleteLifeCycleRulesResponseChdfsClient. DeleteLifeCycleRules(DeleteLifeCycleRulesRequest req)批量删除生命周期规则。 -
Uses of DeleteLifeCycleRulesRequest in com.tencentcloudapi.chdfs.v20201112.models
Constructors in com.tencentcloudapi.chdfs.v20201112.models with parameters of type DeleteLifeCycleRulesRequest Constructor Description DeleteLifeCycleRulesRequest(DeleteLifeCycleRulesRequest 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.
-