Uses of Class
com.tencentcloudapi.cynosdb.v20190107.models.CynosdbCluster
-
Packages that use CynosdbCluster Package Description com.tencentcloudapi.cynosdb.v20190107.models -
-
Uses of CynosdbCluster in com.tencentcloudapi.cynosdb.v20190107.models
Methods in com.tencentcloudapi.cynosdb.v20190107.models that return CynosdbCluster Modifier and Type Method Description CynosdbCluster[]DescribeClustersResponse. getClusterSet()Get 集群列表Methods in com.tencentcloudapi.cynosdb.v20190107.models with parameters of type CynosdbCluster Modifier and Type Method Description voidDescribeClustersResponse. setClusterSet(CynosdbCluster[] ClusterSet)Set 集群列表Constructors in com.tencentcloudapi.cynosdb.v20190107.models with parameters of type CynosdbCluster Constructor Description CynosdbCluster(CynosdbCluster 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.
-