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