Uses of Class
com.tencentcloudapi.dcdb.v20180411.models.DBAccount
-
Packages that use DBAccount Package Description com.tencentcloudapi.dcdb.v20180411.models -
-
Uses of DBAccount in com.tencentcloudapi.dcdb.v20180411.models
Methods in com.tencentcloudapi.dcdb.v20180411.models that return DBAccount Modifier and Type Method Description DBAccount[]DescribeAccountsResponse. getUsers()Get 实例用户列表。 注意:此字段可能返回 null,表示取不到有效值。Methods in com.tencentcloudapi.dcdb.v20180411.models with parameters of type DBAccount Modifier and Type Method Description voidDescribeAccountsResponse. setUsers(DBAccount[] Users)Set 实例用户列表。 注意:此字段可能返回 null,表示取不到有效值。Constructors in com.tencentcloudapi.dcdb.v20180411.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.
-