Uses of Class
com.tencentcloudapi.cynosdb.v20190107.models.NewAccount
-
Packages that use NewAccount Package Description com.tencentcloudapi.cynosdb.v20190107.models -
-
Uses of NewAccount in com.tencentcloudapi.cynosdb.v20190107.models
Methods in com.tencentcloudapi.cynosdb.v20190107.models that return NewAccount Modifier and Type Method Description NewAccount[]CreateAccountsRequest. getAccounts()Get 新账户列表Methods in com.tencentcloudapi.cynosdb.v20190107.models with parameters of type NewAccount Modifier and Type Method Description voidCreateAccountsRequest. setAccounts(NewAccount[] Accounts)Set 新账户列表Constructors in com.tencentcloudapi.cynosdb.v20190107.models with parameters of type NewAccount Constructor Description NewAccount(NewAccount 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.
-