Uses of Class
com.tencentcloudapi.redis.v20180412.models.InstanceIntegerParam
-
Packages that use InstanceIntegerParam Package Description com.tencentcloudapi.redis.v20180412.models -
-
Uses of InstanceIntegerParam in com.tencentcloudapi.redis.v20180412.models
Methods in com.tencentcloudapi.redis.v20180412.models that return InstanceIntegerParam Modifier and Type Method Description InstanceIntegerParam[]
DescribeInstanceParamsResponse. getInstanceIntegerParam()
Get 实例整型参数。Methods in com.tencentcloudapi.redis.v20180412.models with parameters of type InstanceIntegerParam Modifier and Type Method Description void
DescribeInstanceParamsResponse. setInstanceIntegerParam(InstanceIntegerParam[] InstanceIntegerParam)
Set 实例整型参数。Constructors in com.tencentcloudapi.redis.v20180412.models with parameters of type InstanceIntegerParam Constructor Description InstanceIntegerParam(InstanceIntegerParam 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.
-