Uses of Class
com.tencentcloudapi.cls.v20201016.models.CreateExportResponse
-
Packages that use CreateExportResponse Package Description com.tencentcloudapi.cls.v20201016 com.tencentcloudapi.cls.v20201016.models -
-
Uses of CreateExportResponse in com.tencentcloudapi.cls.v20201016
Methods in com.tencentcloudapi.cls.v20201016 that return CreateExportResponse Modifier and Type Method Description CreateExportResponseClsClient. CreateExport(CreateExportRequest req)本接口仅创建下载任务,任务返回的下载地址,请用户调用DescribeExports查看任务列表。其中有下载地址CosPath参数。参考文档https://cloud.tencent.com/document/product/614/56449 -
Uses of CreateExportResponse in com.tencentcloudapi.cls.v20201016.models
Constructors in com.tencentcloudapi.cls.v20201016.models with parameters of type CreateExportResponse Constructor Description CreateExportResponse(CreateExportResponse 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.
-