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