Package | Description |
---|---|
com.amazonaws.services.logs.model | |
com.amazonaws.services.logs.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<InputLogEvent> |
PutLogEventsRequest.logEvents |
Modifier and Type | Method and Description |
---|---|
InputLogEvent |
InputLogEvent.clone() |
InputLogEvent |
InputLogEvent.withMessage(java.lang.String message) |
InputLogEvent |
InputLogEvent.withTimestamp(java.lang.Long timestamp) |
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<InputLogEvent> logEvents) |
PutLogEventsRequest |
PutLogEventsRequest.withLogEvents(java.util.Collection<InputLogEvent> logEvents) |
Constructor and Description |
---|
PutLogEventsRequest(java.lang.String logGroupName,
java.lang.String logStreamName,
java.util.List<InputLogEvent> logEvents)
Constructs a new PutLogEventsRequest object.
|
Modifier and Type | Method and Description |
---|---|
InputLogEvent |
InputLogEventJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
InputLogEventJsonMarshaller.marshall(InputLogEvent inputLogEvent,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|