Package | Description |
---|---|
com.amazonaws.services.logs.model | |
com.amazonaws.services.logs.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<FilteredLogEvent> |
FilterLogEventsResult.events
A list of
FilteredLogEvent objects representing
the matched events from the request. |
Modifier and Type | Method and Description |
---|---|
FilteredLogEvent |
FilteredLogEvent.clone() |
FilteredLogEvent |
FilteredLogEvent.withEventId(java.lang.String eventId)
A unique identifier for this event.
|
FilteredLogEvent |
FilteredLogEvent.withIngestionTime(java.lang.Long ingestionTime) |
FilteredLogEvent |
FilteredLogEvent.withLogStreamName(java.lang.String logStreamName)
The name of the log stream this event belongs to.
|
FilteredLogEvent |
FilteredLogEvent.withMessage(java.lang.String message)
The data contained in the log event.
|
FilteredLogEvent |
FilteredLogEvent.withTimestamp(java.lang.Long timestamp) |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<FilteredLogEvent> events)
A list of
FilteredLogEvent objects representing
the matched events from the request. |
FilterLogEventsResult |
FilterLogEventsResult.withEvents(java.util.Collection<FilteredLogEvent> events)
A list of
FilteredLogEvent objects representing
the matched events from the request. |
Modifier and Type | Method and Description |
---|---|
FilteredLogEvent |
FilteredLogEventJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
FilteredLogEventJsonMarshaller.marshall(FilteredLogEvent filteredLogEvent,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|