Uses of Class
com.tencentcloudapi.postgres.v20170312.models.BackupDownloadRestriction
-
Packages that use BackupDownloadRestriction Package Description com.tencentcloudapi.postgres.v20170312.models -
-
Uses of BackupDownloadRestriction in com.tencentcloudapi.postgres.v20170312.models
Methods in com.tencentcloudapi.postgres.v20170312.models that return BackupDownloadRestriction Modifier and Type Method Description BackupDownloadRestriction
DescribeBackupDownloadURLRequest. getBackupDownloadRestriction()
Get 备份下载限制Methods in com.tencentcloudapi.postgres.v20170312.models with parameters of type BackupDownloadRestriction Modifier and Type Method Description void
DescribeBackupDownloadURLRequest. setBackupDownloadRestriction(BackupDownloadRestriction BackupDownloadRestriction)
Set 备份下载限制Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type BackupDownloadRestriction Constructor Description BackupDownloadRestriction(BackupDownloadRestriction 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.
-