Package cn.ucloud.udbproxy.client
Class UDBProxyClient
- java.lang.Object
-
- cn.ucloud.common.client.DefaultClient
-
- cn.ucloud.udbproxy.client.UDBProxyClient
-
- All Implemented Interfaces:
Client,UDBProxyClientInterface
public class UDBProxyClient extends DefaultClient implements UDBProxyClientInterface
This client is used to call actions of **UDBProxy** service
-
-
Constructor Summary
Constructors Constructor Description UDBProxyClient(Config config, Credential credential)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ListUDBProxyClientResponselistUDBProxyClient(ListUDBProxyClientRequest request)ListUDBProxyClient - 查询代理客户端连接IP信息(实时)-
Methods inherited from class cn.ucloud.common.client.DefaultClient
getConfig, getCredential, getTransport, invoke, setConfig, setCredential, setTransport, useMiddleware
-
-
-
-
Constructor Detail
-
UDBProxyClient
public UDBProxyClient(Config config, Credential credential)
-
-
Method Detail
-
listUDBProxyClient
public ListUDBProxyClientResponse listUDBProxyClient(ListUDBProxyClientRequest request) throws UCloudException
ListUDBProxyClient - 查询代理客户端连接IP信息(实时)- Specified by:
listUDBProxyClientin interfaceUDBProxyClientInterface- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
-