Uses of Class
com.tencentcloudapi.eiam.v20210420.models.DescribeUserThirdPartyAccountInfoRequest
-
Packages that use DescribeUserThirdPartyAccountInfoRequest Package Description com.tencentcloudapi.eiam.v20210420 com.tencentcloudapi.eiam.v20210420.models -
-
Uses of DescribeUserThirdPartyAccountInfoRequest in com.tencentcloudapi.eiam.v20210420
Methods in com.tencentcloudapi.eiam.v20210420 with parameters of type DescribeUserThirdPartyAccountInfoRequest Modifier and Type Method Description DescribeUserThirdPartyAccountInfoResponseEiamClient. DescribeUserThirdPartyAccountInfo(DescribeUserThirdPartyAccountInfoRequest req)通过用户名或用户 id 获取用户的第三方账号绑定信息。 -
Uses of DescribeUserThirdPartyAccountInfoRequest in com.tencentcloudapi.eiam.v20210420.models
Constructors in com.tencentcloudapi.eiam.v20210420.models with parameters of type DescribeUserThirdPartyAccountInfoRequest Constructor Description DescribeUserThirdPartyAccountInfoRequest(DescribeUserThirdPartyAccountInfoRequest 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.
-