Package | Description |
---|---|
com.amazonaws.services.logs.model |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
List<FilteredLogEvent> |
FilterLogEventsResult.getEvents()
A list of
FilteredLogEvent objects representing
the matched events from the request. |
Modifier and Type | Method and Description |
---|---|
FilterLogEventsResult |
FilterLogEventsResult.withEvents(FilteredLogEvent... events)
A list of
FilteredLogEvent objects representing
the matched events from the request. |
Modifier and Type | Method and Description |
---|---|
void |
FilterLogEventsResult.setEvents(Collection<FilteredLogEvent> events)
A list of
FilteredLogEvent objects representing
the matched events from the request. |
FilterLogEventsResult |
FilterLogEventsResult.withEvents(Collection<FilteredLogEvent> events)
A list of
FilteredLogEvent objects representing
the matched events from the request. |
Copyright © 2018. All rights reserved.