Uses of Class
com.tencentcloudapi.smh.v20210712.models.Instance
-
Packages that use Instance Package Description com.tencentcloudapi.smh.v20210712.models -
-
Uses of Instance in com.tencentcloudapi.smh.v20210712.models
Methods in com.tencentcloudapi.smh.v20210712.models that return Instance Modifier and Type Method Description Instance[]DescribeOfficialInstancesResponse. getList()Get 实例列表Methods in com.tencentcloudapi.smh.v20210712.models with parameters of type Instance Modifier and Type Method Description voidDescribeOfficialInstancesResponse. setList(Instance[] List)Set 实例列表Constructors in com.tencentcloudapi.smh.v20210712.models with parameters of type Instance Constructor Description Instance(Instance 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.
-