Uses of Class
com.tencentcloudapi.mongodb.v20190725.models.SpecificationInfo
-
Packages that use SpecificationInfo Package Description com.tencentcloudapi.mongodb.v20190725.models -
-
Uses of SpecificationInfo in com.tencentcloudapi.mongodb.v20190725.models
Methods in com.tencentcloudapi.mongodb.v20190725.models that return SpecificationInfo Modifier and Type Method Description SpecificationInfo[]
DescribeSpecInfoResponse. getSpecInfoList()
Get 实例售卖规格信息列表Methods in com.tencentcloudapi.mongodb.v20190725.models with parameters of type SpecificationInfo Modifier and Type Method Description void
DescribeSpecInfoResponse. setSpecInfoList(SpecificationInfo[] SpecInfoList)
Set 实例售卖规格信息列表Constructors in com.tencentcloudapi.mongodb.v20190725.models with parameters of type SpecificationInfo Constructor Description SpecificationInfo(SpecificationInfo 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.
-