Package | Description |
---|---|
com.amazonaws.services.logs.model |
Modifier and Type | Method and Description |
---|---|
OutputLogEvent |
OutputLogEvent.clone() |
OutputLogEvent |
OutputLogEvent.withIngestionTime(Long ingestionTime)
The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
OutputLogEvent |
OutputLogEvent.withMessage(String message)
The data contained in the log event.
|
OutputLogEvent |
OutputLogEvent.withTimestamp(Long timestamp)
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
Modifier and Type | Method and Description |
---|---|
List<OutputLogEvent> |
GetLogEventsResult.getEvents()
The events.
|
Modifier and Type | Method and Description |
---|---|
GetLogEventsResult |
GetLogEventsResult.withEvents(OutputLogEvent... events)
The events.
|
Modifier and Type | Method and Description |
---|---|
void |
GetLogEventsResult.setEvents(Collection<OutputLogEvent> events)
The events.
|
GetLogEventsResult |
GetLogEventsResult.withEvents(Collection<OutputLogEvent> events)
The events.
|
Copyright © 2021. All rights reserved.