Uses of Class
com.tencentcloudapi.postgres.v20170312.models.DescribeBackupOverviewResponse
-
Packages that use DescribeBackupOverviewResponse Package Description com.tencentcloudapi.postgres.v20170312 com.tencentcloudapi.postgres.v20170312.models -
-
Uses of DescribeBackupOverviewResponse in com.tencentcloudapi.postgres.v20170312
Methods in com.tencentcloudapi.postgres.v20170312 that return DescribeBackupOverviewResponse Modifier and Type Method Description DescribeBackupOverviewResponse
PostgresClient. DescribeBackupOverview(DescribeBackupOverviewRequest req)
本接口(DescribeBackupOverview)用于查询用户的备份概览信息。返回用户当前备份个数、备份占用容量、免费容量、收费容量等信息(容量单位为字节)。 -
Uses of DescribeBackupOverviewResponse in com.tencentcloudapi.postgres.v20170312.models
Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type DescribeBackupOverviewResponse Constructor Description DescribeBackupOverviewResponse(DescribeBackupOverviewResponse 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.
-