| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
Classes modeling the various types represented by AWSLogs.
|
| Modifier and Type | Method and Description |
|---|---|
InputLogEvent |
InputLogEvent.clone() |
InputLogEvent |
InputLogEvent.withMessage(String message)
Sets the value of the Message property for this object.
|
InputLogEvent |
InputLogEvent.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<InputLogEvent> |
PutLogEventsRequest.getLogEvents()
A list of log events belonging to a log stream.
|
| Modifier and Type | Method and Description |
|---|---|
PutLogEventsRequest |
PutLogEventsRequest.withLogEvents(InputLogEvent... logEvents)
A list of log events belonging to a log stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutLogEventsRequest.setLogEvents(Collection<InputLogEvent> logEvents)
A list of log events belonging to a log stream.
|
PutLogEventsRequest |
PutLogEventsRequest.withLogEvents(Collection<InputLogEvent> logEvents)
A list of log events belonging to a log stream.
|
| Constructor and Description |
|---|
PutLogEventsRequest(String logGroupName,
String logStreamName,
List<InputLogEvent> logEvents)
Constructs a new PutLogEventsRequest object.
|
Copyright © 2015. All rights reserved.