Uses of Class
com.tencentcloudapi.postgres.v20170312.models.DescribeDBVersionsRequest
-
Packages that use DescribeDBVersionsRequest Package Description com.tencentcloudapi.postgres.v20170312 com.tencentcloudapi.postgres.v20170312.models -
-
Uses of DescribeDBVersionsRequest in com.tencentcloudapi.postgres.v20170312
Methods in com.tencentcloudapi.postgres.v20170312 with parameters of type DescribeDBVersionsRequest Modifier and Type Method Description DescribeDBVersionsResponse
PostgresClient. DescribeDBVersions(DescribeDBVersionsRequest req)
本接口(DescribeDBVersions)用于查询支持的数据库版本。 -
Uses of DescribeDBVersionsRequest in com.tencentcloudapi.postgres.v20170312.models
Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type DescribeDBVersionsRequest Constructor Description DescribeDBVersionsRequest(DescribeDBVersionsRequest 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.
-