Class MemcachedClient
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractClient
-
- com.tencentcloudapi.memcached.v20190318.MemcachedClient
-
public class MemcachedClient extends AbstractClient
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractClient
gson, HTTP_RSP_OK, SDK_VERSION
-
-
Constructor Summary
Constructors Constructor Description MemcachedClient(Credential credential, String region)
MemcachedClient(Credential credential, String region, ClientProfile profile)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DescribeInstancesResponse
DescribeInstances(DescribeInstancesRequest req)
获取Cmem实例列表-
Methods inherited from class com.tencentcloudapi.common.AbstractClient
call, callOctetStream, getClientProfile, getCredential, getRegion, getRegionBreaker, internalRequest, retry, setClientProfile, setCredential, setRegion, setRegionBreaker
-
-
-
-
Constructor Detail
-
MemcachedClient
public MemcachedClient(Credential credential, String region)
-
MemcachedClient
public MemcachedClient(Credential credential, String region, ClientProfile profile)
-
-
Method Detail
-
DescribeInstances
public DescribeInstancesResponse DescribeInstances(DescribeInstancesRequest req) throws TencentCloudSDKException
获取Cmem实例列表- Parameters:
req
- DescribeInstancesRequest- Returns:
- DescribeInstancesResponse
- Throws:
TencentCloudSDKException
-
-