Package cn.ucloud.udbproxy.client
Interface UDBProxyClientInterface
-
- All Superinterfaces:
Client
- All Known Implementing Classes:
UDBProxyClient
public interface UDBProxyClientInterface extends Client
This client is used to call actions of **UDBProxy** service
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListUDBProxyClientResponselistUDBProxyClient(ListUDBProxyClientRequest request)ListUDBProxyClient - 查询代理客户端连接IP信息(实时)
-
-
-
Method Detail
-
listUDBProxyClient
ListUDBProxyClientResponse listUDBProxyClient(ListUDBProxyClientRequest request) throws UCloudException
ListUDBProxyClient - 查询代理客户端连接IP信息(实时)- Parameters:
request- Request object- Throws:
UCloudException- Exception
-
-