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