Uses of Class
com.tencentcloudapi.ciam.v20220331.models.ImportUser
-
Packages that use ImportUser Package Description com.tencentcloudapi.ciam.v20220331.models -
-
Uses of ImportUser in com.tencentcloudapi.ciam.v20220331.models
Methods in com.tencentcloudapi.ciam.v20220331.models that return ImportUser Modifier and Type Method Description ImportUser[]CreateApiImportUserJobRequest. getDataFlowUserCreateList()Get 导入的用户数据Methods in com.tencentcloudapi.ciam.v20220331.models with parameters of type ImportUser Modifier and Type Method Description voidCreateApiImportUserJobRequest. setDataFlowUserCreateList(ImportUser[] DataFlowUserCreateList)Set 导入的用户数据Constructors in com.tencentcloudapi.ciam.v20220331.models with parameters of type ImportUser Constructor Description ImportUser(ImportUser 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.
-