Uses of Class
com.tencentcloudapi.redis.v20180412.models.InstanceMultiParam
-
Packages that use InstanceMultiParam Package Description com.tencentcloudapi.redis.v20180412.models -
-
Uses of InstanceMultiParam in com.tencentcloudapi.redis.v20180412.models
Methods in com.tencentcloudapi.redis.v20180412.models that return InstanceMultiParam Modifier and Type Method Description InstanceMultiParam[]DescribeInstanceParamsResponse. getInstanceMultiParam()Get 实例多选项型参数。Methods in com.tencentcloudapi.redis.v20180412.models with parameters of type InstanceMultiParam Modifier and Type Method Description voidDescribeInstanceParamsResponse. setInstanceMultiParam(InstanceMultiParam[] InstanceMultiParam)Set 实例多选项型参数。Constructors in com.tencentcloudapi.redis.v20180412.models with parameters of type InstanceMultiParam Constructor Description InstanceMultiParam(InstanceMultiParam 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.
-