Uses of Class
com.tencentcloudapi.mongodb.v20190725.models.UserInfo
-
Packages that use UserInfo Package Description com.tencentcloudapi.mongodb.v20190725.models -
-
Uses of UserInfo in com.tencentcloudapi.mongodb.v20190725.models
Methods in com.tencentcloudapi.mongodb.v20190725.models that return UserInfo Modifier and Type Method Description UserInfo[]DescribeAccountUsersResponse. getUsers()Get 实例账号列表。Methods in com.tencentcloudapi.mongodb.v20190725.models with parameters of type UserInfo Modifier and Type Method Description voidDescribeAccountUsersResponse. setUsers(UserInfo[] Users)Set 实例账号列表。Constructors in com.tencentcloudapi.mongodb.v20190725.models with parameters of type UserInfo Constructor Description UserInfo(UserInfo 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.
-