Uses of Class
com.tencentcloudapi.dcdb.v20180411.models.DCDBShardInfo
-
Packages that use DCDBShardInfo Package Description com.tencentcloudapi.dcdb.v20180411.models -
-
Uses of DCDBShardInfo in com.tencentcloudapi.dcdb.v20180411.models
Methods in com.tencentcloudapi.dcdb.v20180411.models that return DCDBShardInfo Modifier and Type Method Description DCDBShardInfo[]DescribeDCDBShardsResponse. getShards()Get 分片信息列表Methods in com.tencentcloudapi.dcdb.v20180411.models with parameters of type DCDBShardInfo Modifier and Type Method Description voidDescribeDCDBShardsResponse. setShards(DCDBShardInfo[] Shards)Set 分片信息列表Constructors in com.tencentcloudapi.dcdb.v20180411.models with parameters of type DCDBShardInfo Constructor Description DCDBShardInfo(DCDBShardInfo 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.
-