| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
FilteredLogEvent |
FilteredLogEvent.clone() |
FilteredLogEvent |
FilteredLogEvent.withEventId(String eventId)
The ID of the event.
|
FilteredLogEvent |
FilteredLogEvent.withIngestionTime(Long ingestionTime)
The time the event was ingested, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
|
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)
The time the event occurred, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
|
| Modifier and Type | Method and Description |
|---|---|
List<FilteredLogEvent> |
FilterLogEventsResult.getEvents()
The matched events.
|
| Modifier and Type | Method and Description |
|---|---|
FilterLogEventsResult |
FilterLogEventsResult.withEvents(FilteredLogEvent... events)
The matched events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FilterLogEventsResult.setEvents(Collection<FilteredLogEvent> events)
The matched events.
|
FilterLogEventsResult |
FilterLogEventsResult.withEvents(Collection<FilteredLogEvent> events)
The matched events.
|
Copyright © 2017. All rights reserved.