Uses of Class
com.tencentcloudapi.cdb.v20170320.models.ModifyAccountPrivilegesResponse
-
Packages that use ModifyAccountPrivilegesResponse Package Description com.tencentcloudapi.cdb.v20170320 com.tencentcloudapi.cdb.v20170320.models -
-
Uses of ModifyAccountPrivilegesResponse in com.tencentcloudapi.cdb.v20170320
Methods in com.tencentcloudapi.cdb.v20170320 that return ModifyAccountPrivilegesResponse Modifier and Type Method Description ModifyAccountPrivilegesResponseCdbClient. ModifyAccountPrivileges(ModifyAccountPrivilegesRequest req)本接口(ModifyAccountPrivileges)用于修改云数据库的账户的权限信息。 注意,修改账号权限时,需要传入该账号下的全量权限信息。用户可以先通过 [查询云数据库账户的权限信息 ](https://cloud.tencent.com/document/api/236/17500) 查询该账号下的全量权限信息,然后进行权限修改。 -
Uses of ModifyAccountPrivilegesResponse in com.tencentcloudapi.cdb.v20170320.models
Constructors in com.tencentcloudapi.cdb.v20170320.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.
-