Uses of Class
com.tencentcloudapi.sqlserver.v20180328.models.AccountPrivilegeModifyInfo
-
Packages that use AccountPrivilegeModifyInfo Package Description com.tencentcloudapi.sqlserver.v20180328.models -
-
Uses of AccountPrivilegeModifyInfo in com.tencentcloudapi.sqlserver.v20180328.models
Methods in com.tencentcloudapi.sqlserver.v20180328.models that return AccountPrivilegeModifyInfo Modifier and Type Method Description AccountPrivilegeModifyInfo[]
ModifyAccountPrivilegeRequest. getAccounts()
Get 账号权限变更信息Methods in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type AccountPrivilegeModifyInfo Modifier and Type Method Description void
ModifyAccountPrivilegeRequest. setAccounts(AccountPrivilegeModifyInfo[] Accounts)
Set 账号权限变更信息Constructors in com.tencentcloudapi.sqlserver.v20180328.models with parameters of type AccountPrivilegeModifyInfo Constructor Description AccountPrivilegeModifyInfo(AccountPrivilegeModifyInfo 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.
-