Uses of Class
com.tencentcloudapi.postgres.v20170312.models.DescribeBackupDownloadURLResponse
-
Packages that use DescribeBackupDownloadURLResponse Package Description com.tencentcloudapi.postgres.v20170312 com.tencentcloudapi.postgres.v20170312.models -
-
Uses of DescribeBackupDownloadURLResponse in com.tencentcloudapi.postgres.v20170312
Methods in com.tencentcloudapi.postgres.v20170312 that return DescribeBackupDownloadURLResponse Modifier and Type Method Description DescribeBackupDownloadURLResponse
PostgresClient. DescribeBackupDownloadURL(DescribeBackupDownloadURLRequest req)
本接口 (DescribeBackupDownloadURL) 用于查询指定备份集的下载地址,可包括全量备份集、增量日志备份集。 -
Uses of DescribeBackupDownloadURLResponse in com.tencentcloudapi.postgres.v20170312.models
Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type DescribeBackupDownloadURLResponse Constructor Description DescribeBackupDownloadURLResponse(DescribeBackupDownloadURLResponse 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.
-