Uses of Class
com.tencentcloudapi.mongodb.v20190725.models.InstanceEnumParam
-
Packages that use InstanceEnumParam Package Description com.tencentcloudapi.mongodb.v20190725.models -
-
Uses of InstanceEnumParam in com.tencentcloudapi.mongodb.v20190725.models
Methods in com.tencentcloudapi.mongodb.v20190725.models that return InstanceEnumParam Modifier and Type Method Description InstanceEnumParam[]DescribeInstanceParamsResponse. getInstanceEnumParam()Get 参数值为枚举类型参数集合。Methods in com.tencentcloudapi.mongodb.v20190725.models with parameters of type InstanceEnumParam Modifier and Type Method Description voidDescribeInstanceParamsResponse. setInstanceEnumParam(InstanceEnumParam[] InstanceEnumParam)Set 参数值为枚举类型参数集合。Constructors in com.tencentcloudapi.mongodb.v20190725.models with parameters of type InstanceEnumParam Constructor Description InstanceEnumParam(InstanceEnumParam 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.
-