Package | Description |
---|---|
com.amazonaws.services.logs.model |
Classes modeling the various types represented by AWSLogs.
|
Modifier and Type | Method and Description |
---|---|
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 milliseconds since Jan 1, 1970
00:00:00 UTC.
|
Modifier and Type | Method and Description |
---|---|
List<InputLogEvent> |
PutLogEventsRequest.getLogEvents()
A list of events belonging to a log stream.
|
Modifier and Type | Method and Description |
---|---|
PutLogEventsRequest |
PutLogEventsRequest.withLogEvents(InputLogEvent... logEvents)
A list of events belonging to a log stream.
|
Modifier and Type | Method and Description |
---|---|
void |
PutLogEventsRequest.setLogEvents(Collection<InputLogEvent> logEvents)
A list of events belonging to a log stream.
|
PutLogEventsRequest |
PutLogEventsRequest.withLogEvents(Collection<InputLogEvent> logEvents)
A list of events belonging to a log stream.
|
Constructor and Description |
---|
PutLogEventsRequest(String logGroupName,
String logStreamName,
List<InputLogEvent> logEvents)
Constructs a new PutLogEventsRequest object.
|
Copyright © 2014. All rights reserved.