Uses of Class
com.tencentcloudapi.ciam.v20220331.models.CreateUserResponse
-
Packages that use CreateUserResponse Package Description com.tencentcloudapi.ciam.v20220331 com.tencentcloudapi.ciam.v20220331.models -
-
Uses of CreateUserResponse in com.tencentcloudapi.ciam.v20220331
Methods in com.tencentcloudapi.ciam.v20220331 that return CreateUserResponse Modifier and Type Method Description CreateUserResponseCiamClient. CreateUser(CreateUserRequest req)创建用户 -
Uses of CreateUserResponse in com.tencentcloudapi.ciam.v20220331.models
Constructors in com.tencentcloudapi.ciam.v20220331.models with parameters of type CreateUserResponse Constructor Description CreateUserResponse(CreateUserResponse 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.
-