Uses of Class
com.tencentcloudapi.ciam.v20220331.models.DescribeUserByIdResponse
-
Packages that use DescribeUserByIdResponse Package Description com.tencentcloudapi.ciam.v20220331 com.tencentcloudapi.ciam.v20220331.models -
-
Uses of DescribeUserByIdResponse in com.tencentcloudapi.ciam.v20220331
Methods in com.tencentcloudapi.ciam.v20220331 that return DescribeUserByIdResponse Modifier and Type Method Description DescribeUserByIdResponseCiamClient. DescribeUserById(DescribeUserByIdRequest req)根据ID查询用户信息 -
Uses of DescribeUserByIdResponse in com.tencentcloudapi.ciam.v20220331.models
Constructors in com.tencentcloudapi.ciam.v20220331.models with parameters of type DescribeUserByIdResponse Constructor Description DescribeUserByIdResponse(DescribeUserByIdResponse 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.
-