Uses of Class
com.tencentcloudapi.mariadb.v20170312.models.ModifyAccountPrivilegesResponse
-
Packages that use ModifyAccountPrivilegesResponse Package Description com.tencentcloudapi.mariadb.v20170312 com.tencentcloudapi.mariadb.v20170312.models -
-
Uses of ModifyAccountPrivilegesResponse in com.tencentcloudapi.mariadb.v20170312
Methods in com.tencentcloudapi.mariadb.v20170312 that return ModifyAccountPrivilegesResponse Modifier and Type Method Description ModifyAccountPrivilegesResponse
MariadbClient. ModifyAccountPrivileges(ModifyAccountPrivilegesRequest req)
本接口(ModifyAccountPrivileges)用于修改云数据库的账户的权限信息。 注意** - 系统保留库:"mysql",只开放["SELECT"]权限 - 只读账号授予读写权限会报错 - 不传权限参数表示保留现有权限,如需清除,请在复杂类型Privileges字段传空数组 -
Uses of ModifyAccountPrivilegesResponse in com.tencentcloudapi.mariadb.v20170312.models
Constructors in com.tencentcloudapi.mariadb.v20170312.models with parameters of type ModifyAccountPrivilegesResponse Constructor Description ModifyAccountPrivilegesResponse(ModifyAccountPrivilegesResponse 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.
-