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