Uses of Class
com.tencentcloudapi.mariadb.v20170312.models.CopyAccountPrivilegesResponse
-
Packages that use CopyAccountPrivilegesResponse Package Description com.tencentcloudapi.mariadb.v20170312 com.tencentcloudapi.mariadb.v20170312.models -
-
Uses of CopyAccountPrivilegesResponse in com.tencentcloudapi.mariadb.v20170312
Methods in com.tencentcloudapi.mariadb.v20170312 that return CopyAccountPrivilegesResponse Modifier and Type Method Description CopyAccountPrivilegesResponseMariadbClient. CopyAccountPrivileges(CopyAccountPrivilegesRequest req)本接口(CopyAccountPrivileges)用于复制云数据库账号的权限。 注意:相同用户名,不同Host是不同的账号,Readonly属性相同的账号之间才能复制权限。 -
Uses of CopyAccountPrivilegesResponse in com.tencentcloudapi.mariadb.v20170312.models
Constructors in com.tencentcloudapi.mariadb.v20170312.models with parameters of type CopyAccountPrivilegesResponse Constructor Description CopyAccountPrivilegesResponse(CopyAccountPrivilegesResponse 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.
-