Uses of Class
com.tencentcloudapi.postgres.v20170312.models.DescribeBackupSummariesResponse
-
Packages that use DescribeBackupSummariesResponse Package Description com.tencentcloudapi.postgres.v20170312 com.tencentcloudapi.postgres.v20170312.models -
-
Uses of DescribeBackupSummariesResponse in com.tencentcloudapi.postgres.v20170312
Methods in com.tencentcloudapi.postgres.v20170312 that return DescribeBackupSummariesResponse Modifier and Type Method Description DescribeBackupSummariesResponse
PostgresClient. DescribeBackupSummaries(DescribeBackupSummariesRequest req)
本接口(DescribeBackupSummaries)用于查询实例备份的统计信息,返回以实例为维度的备份个数、占用容量等信息(容量单位为字节)。 -
Uses of DescribeBackupSummariesResponse in com.tencentcloudapi.postgres.v20170312.models
Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type DescribeBackupSummariesResponse Constructor Description DescribeBackupSummariesResponse(DescribeBackupSummariesResponse 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.
-