Uses of Class
com.tencentcloudapi.postgres.v20170312.models.ParamEntry
-
Packages that use ParamEntry Package Description com.tencentcloudapi.postgres.v20170312.models -
-
Uses of ParamEntry in com.tencentcloudapi.postgres.v20170312.models
Methods in com.tencentcloudapi.postgres.v20170312.models that return ParamEntry Modifier and Type Method Description ParamEntry[]ModifyParameterTemplateRequest. getModifyParamEntrySet()Get 需要修改或添加的参数集合,注:同一参数不能同时出现在修改添加集合和删除集合中ParamEntry[]ModifyDBInstanceParametersRequest. getParamList()Get 待修改参数及期望值Methods in com.tencentcloudapi.postgres.v20170312.models with parameters of type ParamEntry Modifier and Type Method Description voidModifyParameterTemplateRequest. setModifyParamEntrySet(ParamEntry[] ModifyParamEntrySet)Set 需要修改或添加的参数集合,注:同一参数不能同时出现在修改添加集合和删除集合中voidModifyDBInstanceParametersRequest. setParamList(ParamEntry[] ParamList)Set 待修改参数及期望值Constructors in com.tencentcloudapi.postgres.v20170312.models with parameters of type ParamEntry Constructor Description ParamEntry(ParamEntry 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.
-