| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
InputLogEvent |
InputLogEvent.clone() |
InputLogEvent |
InputLogEvent.withMessage(String message) |
InputLogEvent |
InputLogEvent.withTimestamp(Long timestamp) |
| Modifier and Type | Method and Description |
|---|---|
List<InputLogEvent> |
PutLogEventsRequest.getLogEvents() |
| Modifier and Type | Method and Description |
|---|---|
PutLogEventsRequest |
PutLogEventsRequest.withLogEvents(InputLogEvent... logEvents)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutLogEventsRequest.setLogEvents(Collection<InputLogEvent> logEvents) |
PutLogEventsRequest |
PutLogEventsRequest.withLogEvents(Collection<InputLogEvent> logEvents) |
| Constructor and Description |
|---|
PutLogEventsRequest(String logGroupName,
String logStreamName,
List<InputLogEvent> logEvents)
Constructs a new PutLogEventsRequest object.
|
Copyright © 2016. All rights reserved.