| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
Classes modeling the various types represented by AWSLogs.
|
| Modifier and Type | Method and Description |
|---|---|
OutputLogEvent |
OutputLogEvent.clone() |
OutputLogEvent |
OutputLogEvent.withIngestionTime(Long ingestionTime)
A point in time expressed as the number of milliseconds since Jan 1,
1970 00:00:00 UTC.
|
OutputLogEvent |
OutputLogEvent.withMessage(String message)
Sets the value of the Message property for this object.
|
OutputLogEvent |
OutputLogEvent.withTimestamp(Long timestamp)
A point in time expressed as the number of milliseconds since Jan 1,
1970 00:00:00 UTC.
|
| Modifier and Type | Method and Description |
|---|---|
List<OutputLogEvent> |
GetLogEventsResult.getEvents()
Returns the value of the Events property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
GetLogEventsResult |
GetLogEventsResult.withEvents(OutputLogEvent... events)
Sets the value of the Events property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetLogEventsResult.setEvents(Collection<OutputLogEvent> events)
Sets the value of the Events property for this object.
|
GetLogEventsResult |
GetLogEventsResult.withEvents(Collection<OutputLogEvent> events)
Sets the value of the Events property for this object.
|
Copyright © 2015. All rights reserved.