Uses of Class
com.tencentcloudapi.ciam.v20220331.models.UpdateUserResponse
-
Packages that use UpdateUserResponse Package Description com.tencentcloudapi.ciam.v20220331 com.tencentcloudapi.ciam.v20220331.models -
-
Uses of UpdateUserResponse in com.tencentcloudapi.ciam.v20220331
Methods in com.tencentcloudapi.ciam.v20220331 that return UpdateUserResponse Modifier and Type Method Description UpdateUserResponseCiamClient. UpdateUser(UpdateUserRequest req)更新用户 -
Uses of UpdateUserResponse in com.tencentcloudapi.ciam.v20220331.models
Constructors in com.tencentcloudapi.ciam.v20220331.models with parameters of type UpdateUserResponse Constructor Description UpdateUserResponse(UpdateUserResponse 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.
-