Uses of Class
com.tencentcloudapi.cdb.v20170320.models.ParamRecord
-
Packages that use ParamRecord Package Description com.tencentcloudapi.cdb.v20170320.models -
-
Uses of ParamRecord in com.tencentcloudapi.cdb.v20170320.models
Methods in com.tencentcloudapi.cdb.v20170320.models that return ParamRecord Modifier and Type Method Description ParamRecord[]DescribeInstanceParamRecordsResponse. getItems()Get 参数修改记录。Methods in com.tencentcloudapi.cdb.v20170320.models with parameters of type ParamRecord Modifier and Type Method Description voidDescribeInstanceParamRecordsResponse. setItems(ParamRecord[] Items)Set 参数修改记录。Constructors in com.tencentcloudapi.cdb.v20170320.models with parameters of type ParamRecord Constructor Description ParamRecord(ParamRecord 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.
-