Uses of Class
com.tencentcloudapi.postgres.v20170312.models.DescribeBaseBackupsResponse
-
Packages that use DescribeBaseBackupsResponse Package Description com.tencentcloudapi.postgres.v20170312 com.tencentcloudapi.postgres.v20170312.models -
-
Uses of DescribeBaseBackupsResponse in com.tencentcloudapi.postgres.v20170312
Methods in com.tencentcloudapi.postgres.v20170312 that return DescribeBaseBackupsResponse Modifier and Type Method Description DescribeBaseBackupsResponse
PostgresClient. DescribeBaseBackups(DescribeBaseBackupsRequest req)
本接口(DescribeBaseBackups)用于查询基础备份列表。 -
Uses of DescribeBaseBackupsResponse in com.tencentcloudapi.postgres.v20170312.models
Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type DescribeBaseBackupsResponse Constructor Description DescribeBaseBackupsResponse(DescribeBaseBackupsResponse 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.
-