com.volcengine.service.cloudtrail.ICloudTrailService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of volc-sdk-java Show documentation
Show all versions of volc-sdk-java Show documentation
The VOLC Engine SDK for Java
package com.volcengine.service.cloudtrail;
import com.volcengine.model.request.cloudtrail.LookupEventsRequest;
import com.volcengine.model.response.cloudtrail.LookupEventsResponse;
import com.volcengine.service.IBaseService;
/**
* The interface CloudTrail service.
*/
public interface ICloudTrailService extends IBaseService {
/**
* Lookup Events.
*
* @param lookupEventsRequest the lookup events request
* @return the lookup events response
* @throws Exception the exception
*/
LookupEventsResponse lookupEvents(LookupEventsRequest lookupEventsRequest) throws Exception;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy