Uses of Class
com.tencentcloudapi.cam.v20190116.models.SubAccountUser
-
Packages that use SubAccountUser Package Description com.tencentcloudapi.cam.v20190116.models -
-
Uses of SubAccountUser in com.tencentcloudapi.cam.v20190116.models
Methods in com.tencentcloudapi.cam.v20190116.models that return SubAccountUser Modifier and Type Method Description SubAccountUser[]DescribeSubAccountsResponse. getSubAccounts()Get 子用户列表Methods in com.tencentcloudapi.cam.v20190116.models with parameters of type SubAccountUser Modifier and Type Method Description voidDescribeSubAccountsResponse. setSubAccounts(SubAccountUser[] SubAccounts)Set 子用户列表Constructors in com.tencentcloudapi.cam.v20190116.models with parameters of type SubAccountUser Constructor Description SubAccountUser(SubAccountUser 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.
-