Uses of Class
com.tencentcloudapi.clb.v20180317.models.ConfigListItem
-
Packages that use ConfigListItem Package Description com.tencentcloudapi.clb.v20180317.models -
-
Uses of ConfigListItem in com.tencentcloudapi.clb.v20180317.models
Methods in com.tencentcloudapi.clb.v20180317.models that return ConfigListItem Modifier and Type Method Description ConfigListItem[]DescribeCustomizedConfigListResponse. getConfigList()Get 配置列表Methods in com.tencentcloudapi.clb.v20180317.models with parameters of type ConfigListItem Modifier and Type Method Description voidDescribeCustomizedConfigListResponse. setConfigList(ConfigListItem[] ConfigList)Set 配置列表Constructors in com.tencentcloudapi.clb.v20180317.models with parameters of type ConfigListItem Constructor Description ConfigListItem(ConfigListItem 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.
-