Uses of Class
com.tencentcloudapi.cdb.v20170320.models.CreateDBImportJobResponse
-
Packages that use CreateDBImportJobResponse Package Description com.tencentcloudapi.cdb.v20170320 com.tencentcloudapi.cdb.v20170320.models -
-
Uses of CreateDBImportJobResponse in com.tencentcloudapi.cdb.v20170320
Methods in com.tencentcloudapi.cdb.v20170320 that return CreateDBImportJobResponse Modifier and Type Method Description CreateDBImportJobResponseCdbClient. CreateDBImportJob(CreateDBImportJobRequest req)本接口(CreateDBImportJob)用于创建云数据库数据导入任务。 注意,用户进行数据导入任务的文件,必须提前上传到腾讯云。用户须在控制台进行文件导入。 -
Uses of CreateDBImportJobResponse in com.tencentcloudapi.cdb.v20170320.models
Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type CreateDBImportJobResponse Constructor Description CreateDBImportJobResponse(CreateDBImportJobResponse 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.
-