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