Uses of Class
com.tencentcloudapi.postgres.v20170312.models.BackupPlan
-
Packages that use BackupPlan Package Description com.tencentcloudapi.postgres.v20170312.models -
-
Uses of BackupPlan in com.tencentcloudapi.postgres.v20170312.models
Methods in com.tencentcloudapi.postgres.v20170312.models that return BackupPlan Modifier and Type Method Description BackupPlan[]
DescribeBackupPlansResponse. getPlans()
Get 实例的备份计划集Methods in com.tencentcloudapi.postgres.v20170312.models with parameters of type BackupPlan Modifier and Type Method Description void
DescribeBackupPlansResponse. setPlans(BackupPlan[] Plans)
Set 实例的备份计划集Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type BackupPlan Constructor Description BackupPlan(BackupPlan 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.
-