Package cn.ucloud.ulog.client
Class ULogClient
java.lang.Object
cn.ucloud.common.client.DefaultClient
cn.ucloud.ulog.client.ULogClient
- All Implemented Interfaces:
Client,ULogClientInterface,Closeable,AutoCloseable
This client is used to call actions of **ULog** service
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGetUserOperationEvents - 获取用户操作日志Methods inherited from class cn.ucloud.common.client.DefaultClient
close, getConfig, getCredential, getTransport, invoke, setConfig, setCredential, setTransport, useMiddleware
-
Constructor Details
-
ULogClient
-
-
Method Details
-
getUserOperationEvents
public GetUserOperationEventsResponse getUserOperationEvents(GetUserOperationEventsRequest request) throws UCloudException GetUserOperationEvents - 获取用户操作日志- Specified by:
getUserOperationEventsin interfaceULogClientInterface- Parameters:
request- Request object- Throws:
UCloudException- Exception
-