Uses of Class
com.tencentcloudapi.cynosdb.v20190107.models.AccountParam
-
Packages that use AccountParam Package Description com.tencentcloudapi.cynosdb.v20190107.models -
-
Uses of AccountParam in com.tencentcloudapi.cynosdb.v20190107.models
Methods in com.tencentcloudapi.cynosdb.v20190107.models that return AccountParam Modifier and Type Method Description AccountParam[]ModifyAccountParamsRequest. getAccountParams()Get 数据库表权限数组,当前仅支持参数:max_user_connections,max_user_connections不能大于10240Methods in com.tencentcloudapi.cynosdb.v20190107.models with parameters of type AccountParam Modifier and Type Method Description voidModifyAccountParamsRequest. setAccountParams(AccountParam[] AccountParams)Set 数据库表权限数组,当前仅支持参数:max_user_connections,max_user_connections不能大于10240Constructors in com.tencentcloudapi.cynosdb.v20190107.models with parameters of type AccountParam Constructor Description AccountParam(AccountParam 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.
-