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