Uses of Class
com.tencentcloudapi.dcdb.v20180411.models.SpecConfig
-
Packages that use SpecConfig Package Description com.tencentcloudapi.dcdb.v20180411.models -
-
Uses of SpecConfig in com.tencentcloudapi.dcdb.v20180411.models
Methods in com.tencentcloudapi.dcdb.v20180411.models that return SpecConfig Modifier and Type Method Description SpecConfig[]DescribeShardSpecResponse. getSpecConfig()Get 按机型分类的可售卖规格列表Methods in com.tencentcloudapi.dcdb.v20180411.models with parameters of type SpecConfig Modifier and Type Method Description voidDescribeShardSpecResponse. setSpecConfig(SpecConfig[] SpecConfig)Set 按机型分类的可售卖规格列表Constructors in com.tencentcloudapi.dcdb.v20180411.models with parameters of type SpecConfig Constructor Description SpecConfig(SpecConfig 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.
-