Uses of Class
com.tencentcloudapi.eiam.v20210420.models.ListUserGroupsOfUserRequest
-
Packages that use ListUserGroupsOfUserRequest Package Description com.tencentcloudapi.eiam.v20210420 com.tencentcloudapi.eiam.v20210420.models -
-
Uses of ListUserGroupsOfUserRequest in com.tencentcloudapi.eiam.v20210420
Methods in com.tencentcloudapi.eiam.v20210420 with parameters of type ListUserGroupsOfUserRequest Modifier and Type Method Description ListUserGroupsOfUserResponseEiamClient. ListUserGroupsOfUser(ListUserGroupsOfUserRequest req)获取用户所在的用户组列表 -
Uses of ListUserGroupsOfUserRequest in com.tencentcloudapi.eiam.v20210420.models
Constructors in com.tencentcloudapi.eiam.v20210420.models with parameters of type ListUserGroupsOfUserRequest Constructor Description ListUserGroupsOfUserRequest(ListUserGroupsOfUserRequest 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.
-