Package | Description |
---|---|
com.amazonaws.services.logs.model | |
com.amazonaws.services.logs.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<OutputLogEvent> |
GetLogEventsResult.events |
Modifier and Type | Method and Description |
---|---|
OutputLogEvent |
OutputLogEvent.clone() |
OutputLogEvent |
OutputLogEvent.withIngestionTime(java.lang.Long ingestionTime) |
OutputLogEvent |
OutputLogEvent.withMessage(java.lang.String message) |
OutputLogEvent |
OutputLogEvent.withTimestamp(java.lang.Long timestamp) |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<OutputLogEvent> events) |
GetLogEventsResult |
GetLogEventsResult.withEvents(java.util.Collection<OutputLogEvent> events) |
Modifier and Type | Method and Description |
---|---|
OutputLogEvent |
OutputLogEventJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
OutputLogEventJsonMarshaller.marshall(OutputLogEvent outputLogEvent,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|