Uses of Class
com.tencentcloudapi.cynosdb.v20190107.models.ProxySpec
-
Packages that use ProxySpec Package Description com.tencentcloudapi.cynosdb.v20190107.models -
-
Uses of ProxySpec in com.tencentcloudapi.cynosdb.v20190107.models
Methods in com.tencentcloudapi.cynosdb.v20190107.models that return ProxySpec Modifier and Type Method Description ProxySpec[]DescribeProxySpecsResponse. getProxySpecs()Get 数据库代理规格列表Methods in com.tencentcloudapi.cynosdb.v20190107.models with parameters of type ProxySpec Modifier and Type Method Description voidDescribeProxySpecsResponse. setProxySpecs(ProxySpec[] ProxySpecs)Set 数据库代理规格列表Constructors in com.tencentcloudapi.cynosdb.v20190107.models with parameters of type ProxySpec Constructor Description ProxySpec(ProxySpec 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.
-