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