Uses of Class
com.tencentcloudapi.postgres.v20170312.models.DescribeAvailableRecoveryTimeResponse
-
Packages that use DescribeAvailableRecoveryTimeResponse Package Description com.tencentcloudapi.postgres.v20170312 com.tencentcloudapi.postgres.v20170312.models -
-
Uses of DescribeAvailableRecoveryTimeResponse in com.tencentcloudapi.postgres.v20170312
Methods in com.tencentcloudapi.postgres.v20170312 that return DescribeAvailableRecoveryTimeResponse Modifier and Type Method Description DescribeAvailableRecoveryTimeResponse
PostgresClient. DescribeAvailableRecoveryTime(DescribeAvailableRecoveryTimeRequest req)
本接口(DescribeAvailableRecoveryTime)用于查询实例可恢复的时间范围。 -
Uses of DescribeAvailableRecoveryTimeResponse in com.tencentcloudapi.postgres.v20170312.models
Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type DescribeAvailableRecoveryTimeResponse Constructor Description DescribeAvailableRecoveryTimeResponse(DescribeAvailableRecoveryTimeResponse 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.
-