Uses of Class
com.tencentcloudapi.postgres.v20170312.models.DescribeParameterTemplateAttributesResponse
-
Packages that use DescribeParameterTemplateAttributesResponse Package Description com.tencentcloudapi.postgres.v20170312 com.tencentcloudapi.postgres.v20170312.models -
-
Uses of DescribeParameterTemplateAttributesResponse in com.tencentcloudapi.postgres.v20170312
Methods in com.tencentcloudapi.postgres.v20170312 that return DescribeParameterTemplateAttributesResponse Modifier and Type Method Description DescribeParameterTemplateAttributesResponse
PostgresClient. DescribeParameterTemplateAttributes(DescribeParameterTemplateAttributesRequest req)
本接口(DescribeParameterTemplateAttributes)用于查询某个参数模板的具体内容,包括基本信息和参数信息。 -
Uses of DescribeParameterTemplateAttributesResponse in com.tencentcloudapi.postgres.v20170312.models
Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type DescribeParameterTemplateAttributesResponse Constructor Description DescribeParameterTemplateAttributesResponse(DescribeParameterTemplateAttributesResponse 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.
-