Uses of Class
com.tencentcloudapi.mongodb.v20190725.models.CreateBackupDownloadTaskRequest
-
Packages that use CreateBackupDownloadTaskRequest Package Description com.tencentcloudapi.mongodb.v20190725 com.tencentcloudapi.mongodb.v20190725.models -
-
Uses of CreateBackupDownloadTaskRequest in com.tencentcloudapi.mongodb.v20190725
Methods in com.tencentcloudapi.mongodb.v20190725 with parameters of type CreateBackupDownloadTaskRequest Modifier and Type Method Description CreateBackupDownloadTaskResponse
MongodbClient. CreateBackupDownloadTask(CreateBackupDownloadTaskRequest req)
本接口用来创建某个备份文件的下载任务 -
Uses of CreateBackupDownloadTaskRequest in com.tencentcloudapi.mongodb.v20190725.models
Constructors in com.tencentcloudapi.mongodb.v20190725.models with parameters of type CreateBackupDownloadTaskRequest Constructor Description CreateBackupDownloadTaskRequest(CreateBackupDownloadTaskRequest 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.
-