| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
InputLogEvent |
InputLogEvent.clone() |
InputLogEvent |
InputLogEvent.withMessage(String message)
The raw event message.
|
InputLogEvent |
InputLogEvent.withTimestamp(Long timestamp)
The time the event occurred, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
|
| Modifier and Type | Method and Description |
|---|---|
List<InputLogEvent> |
PutLogEventsRequest.getLogEvents()
The log events.
|
| Modifier and Type | Method and Description |
|---|---|
PutLogEventsRequest |
PutLogEventsRequest.withLogEvents(InputLogEvent... logEvents)
The log events.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutLogEventsRequest.setLogEvents(Collection<InputLogEvent> logEvents)
The log events.
|
PutLogEventsRequest |
PutLogEventsRequest.withLogEvents(Collection<InputLogEvent> logEvents)
The log events.
|
| Constructor and Description |
|---|
PutLogEventsRequest(String logGroupName,
String logStreamName,
List<InputLogEvent> logEvents)
Constructs a new PutLogEventsRequest object.
|
Copyright © 2017. All rights reserved.