Uses of Class
com.tencentcloudapi.memcached.v20190318.models.DescribeInstancesRequest
-
Packages that use DescribeInstancesRequest Package Description com.tencentcloudapi.memcached.v20190318 com.tencentcloudapi.memcached.v20190318.models -
-
Uses of DescribeInstancesRequest in com.tencentcloudapi.memcached.v20190318
Methods in com.tencentcloudapi.memcached.v20190318 with parameters of type DescribeInstancesRequest Modifier and Type Method Description DescribeInstancesResponseMemcachedClient. DescribeInstances(DescribeInstancesRequest req)获取Cmem实例列表 -
Uses of DescribeInstancesRequest in com.tencentcloudapi.memcached.v20190318.models
Constructors in com.tencentcloudapi.memcached.v20190318.models with parameters of type DescribeInstancesRequest Constructor Description DescribeInstancesRequest(DescribeInstancesRequest 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.
-