Uses of Class
com.amazonaws.services.logs.model.FilteredLogEvent
Packages that use FilteredLogEvent
-
Uses of FilteredLogEvent in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return FilteredLogEventModifier and TypeMethodDescriptionFilteredLogEvent.clone()
FilteredLogEvent.withEventId
(String eventId) A unique identifier for this event.FilteredLogEvent.withIngestionTime
(Long ingestionTime) FilteredLogEvent.withLogStreamName
(String logStreamName) The name of the log stream this event belongs to.FilteredLogEvent.withMessage
(String message) The data contained in the log event.FilteredLogEvent.withTimestamp
(Long timestamp) Methods in com.amazonaws.services.logs.model that return types with arguments of type FilteredLogEventModifier and TypeMethodDescriptionFilterLogEventsResult.getEvents()
A list ofFilteredLogEvent
objects representing the matched events from the request.Methods in com.amazonaws.services.logs.model with parameters of type FilteredLogEventModifier and TypeMethodDescriptionFilterLogEventsResult.withEvents
(FilteredLogEvent... events) A list ofFilteredLogEvent
objects representing the matched events from the request.Method parameters in com.amazonaws.services.logs.model with type arguments of type FilteredLogEventModifier and TypeMethodDescriptionvoid
FilterLogEventsResult.setEvents
(Collection<FilteredLogEvent> events) A list ofFilteredLogEvent
objects representing the matched events from the request.FilterLogEventsResult.withEvents
(Collection<FilteredLogEvent> events) A list ofFilteredLogEvent
objects representing the matched events from the request.