Uses of Class
com.tencentcloudapi.memcached.v20190318.models.InstanceListInfo
-
Packages that use InstanceListInfo Package Description com.tencentcloudapi.memcached.v20190318.models -
-
Uses of InstanceListInfo in com.tencentcloudapi.memcached.v20190318.models
Methods in com.tencentcloudapi.memcached.v20190318.models that return InstanceListInfo Modifier and Type Method Description InstanceListInfo[]DescribeInstancesResponse. getInstanceList()Get 实例详细信息列表Methods in com.tencentcloudapi.memcached.v20190318.models with parameters of type InstanceListInfo Modifier and Type Method Description voidDescribeInstancesResponse. setInstanceList(InstanceListInfo[] InstanceList)Set 实例详细信息列表Constructors in com.tencentcloudapi.memcached.v20190318.models with parameters of type InstanceListInfo Constructor Description InstanceListInfo(InstanceListInfo 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.
-