Uses of Class
com.tencentcloudapi.cam.v20190116.models.SubAccountInfo
-
Packages that use SubAccountInfo Package Description com.tencentcloudapi.cam.v20190116.models -
-
Uses of SubAccountInfo in com.tencentcloudapi.cam.v20190116.models
Methods in com.tencentcloudapi.cam.v20190116.models that return SubAccountInfo Modifier and Type Method Description SubAccountInfo[]ListCollaboratorsResponse. getData()Get 协作者信息SubAccountInfo[]ListUsersResponse. getData()Get 子用户信息Methods in com.tencentcloudapi.cam.v20190116.models with parameters of type SubAccountInfo Modifier and Type Method Description voidListCollaboratorsResponse. setData(SubAccountInfo[] Data)Set 协作者信息voidListUsersResponse. setData(SubAccountInfo[] Data)Set 子用户信息Constructors in com.tencentcloudapi.cam.v20190116.models with parameters of type SubAccountInfo Constructor Description SubAccountInfo(SubAccountInfo 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.
-