Uses of Class
com.tencentcloudapi.postgres.v20170312.models.DescribeParameterTemplatesRequest
-
Packages that use DescribeParameterTemplatesRequest Package Description com.tencentcloudapi.postgres.v20170312 com.tencentcloudapi.postgres.v20170312.models -
-
Uses of DescribeParameterTemplatesRequest in com.tencentcloudapi.postgres.v20170312
Methods in com.tencentcloudapi.postgres.v20170312 with parameters of type DescribeParameterTemplatesRequest Modifier and Type Method Description DescribeParameterTemplatesResponse
PostgresClient. DescribeParameterTemplates(DescribeParameterTemplatesRequest req)
本接口 (DescribeParameterTemplates) 用于查询参数模板列表。 -
Uses of DescribeParameterTemplatesRequest in com.tencentcloudapi.postgres.v20170312.models
Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type DescribeParameterTemplatesRequest Constructor Description DescribeParameterTemplatesRequest(DescribeParameterTemplatesRequest 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.
-