Uses of Class
com.tencentcloudapi.mariadb.v20170312.models.ParamDesc
-
Packages that use ParamDesc Package Description com.tencentcloudapi.mariadb.v20170312.models -
-
Uses of ParamDesc in com.tencentcloudapi.mariadb.v20170312.models
Methods in com.tencentcloudapi.mariadb.v20170312.models that return ParamDesc Modifier and Type Method Description ParamDesc[]DescribeDBParametersResponse. getParams()Get 请求DB的当前参数值Methods in com.tencentcloudapi.mariadb.v20170312.models with parameters of type ParamDesc Modifier and Type Method Description voidDescribeDBParametersResponse. setParams(ParamDesc[] Params)Set 请求DB的当前参数值Constructors in com.tencentcloudapi.mariadb.v20170312.models with parameters of type ParamDesc Constructor Description ParamDesc(ParamDesc 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.
-