Package | Description |
---|---|
com.amazonaws.services.logs.model |
Modifier and Type | Method and Description |
---|---|
OutputLogEvent |
OutputLogEvent.clone() |
OutputLogEvent |
OutputLogEvent.withIngestionTime(Long ingestionTime) |
OutputLogEvent |
OutputLogEvent.withMessage(String message) |
OutputLogEvent |
OutputLogEvent.withTimestamp(Long timestamp) |
Modifier and Type | Method and Description |
---|---|
List<OutputLogEvent> |
GetLogEventsResult.getEvents() |
Modifier and Type | Method and Description |
---|---|
GetLogEventsResult |
GetLogEventsResult.withEvents(OutputLogEvent... events)
NOTE: This method appends the values to the existing list (if
any).
|
Modifier and Type | Method and Description |
---|---|
void |
GetLogEventsResult.setEvents(Collection<OutputLogEvent> events) |
GetLogEventsResult |
GetLogEventsResult.withEvents(Collection<OutputLogEvent> events) |
Copyright © 2018. All rights reserved.