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 FilteredLogEventFilteredLogEvent. clone()FilteredLogEventFilteredLogEvent. withEventId(String eventId)A unique identifier for this event.FilteredLogEventFilteredLogEvent. withIngestionTime(Long ingestionTime)FilteredLogEventFilteredLogEvent. withLogStreamName(String logStreamName)The name of the log stream this event belongs to.FilteredLogEventFilteredLogEvent. withMessage(String message)The data contained in the log event.FilteredLogEventFilteredLogEvent. 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 ofFilteredLogEventobjects representing the matched events from the request.Methods in com.amazonaws.services.logs.model with parameters of type FilteredLogEvent Modifier and Type Method Description FilterLogEventsResultFilterLogEventsResult. withEvents(FilteredLogEvent... events)A list ofFilteredLogEventobjects 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 voidFilterLogEventsResult. setEvents(Collection<FilteredLogEvent> events)A list ofFilteredLogEventobjects representing the matched events from the request.FilterLogEventsResultFilterLogEventsResult. withEvents(Collection<FilteredLogEvent> events)A list ofFilteredLogEventobjects representing the matched events from the request.
-