Uses of Class
com.tencentcloudapi.mariadb.v20170312.models.DBAccount
-
Packages that use DBAccount Package Description com.tencentcloudapi.mariadb.v20170312.models -
-
Uses of DBAccount in com.tencentcloudapi.mariadb.v20170312.models
Methods in com.tencentcloudapi.mariadb.v20170312.models that return DBAccount Modifier and Type Method Description DBAccount[]DescribeAccountsResponse. getUsers()Get 实例用户列表。Methods in com.tencentcloudapi.mariadb.v20170312.models with parameters of type DBAccount Modifier and Type Method Description voidDescribeAccountsResponse. setUsers(DBAccount[] Users)Set 实例用户列表。Constructors in com.tencentcloudapi.mariadb.v20170312.models with parameters of type DBAccount Constructor Description DBAccount(DBAccount 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.
-