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