All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.service.cloudtrail.ICloudTrailService Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
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