See: Description
| Interface | Description |
|---|---|
| EventFilter |
Provides a callback method used by an
AWSCloudTrailProcessingExecutor to determine
whether or not to process a record. |
| EventsProcessor |
Provides a callback method that is used by an
AWSCloudTrailProcessingExecutor to deliver AWS CloudTrail
records for processing. |
| ExceptionHandler |
Provides a callback function that handles exceptions that occurred while processing AWS CloudTrail log files.
|
| ProgressReporter |
ProgressReporter is an interface for providing custom handlers of AWS CloudTrail Processing Library
progress. |
| SourceFilter |
SourceFilter is a call back function that hands a CloudTrailSource to user.
|