Uses of Class
com.amazonaws.services.logs.model.InputLogEvent
-
Packages that use InputLogEvent Package Description com.amazonaws.services.logs.model -
-
Uses of InputLogEvent in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return InputLogEvent Modifier and Type Method Description InputLogEvent
InputLogEvent. clone()
InputLogEvent
InputLogEvent. withMessage(String message)
InputLogEvent
InputLogEvent. withTimestamp(Long timestamp)
Methods in com.amazonaws.services.logs.model that return types with arguments of type InputLogEvent Modifier and Type Method Description List<InputLogEvent>
PutLogEventsRequest. getLogEvents()
Methods in com.amazonaws.services.logs.model with parameters of type InputLogEvent Modifier and Type Method Description PutLogEventsRequest
PutLogEventsRequest. withLogEvents(InputLogEvent... logEvents)
NOTE: This method appends the values to the existing list (if any).Method parameters in com.amazonaws.services.logs.model with type arguments of type InputLogEvent Modifier and Type Method Description void
PutLogEventsRequest. setLogEvents(Collection<InputLogEvent> logEvents)
PutLogEventsRequest
PutLogEventsRequest. withLogEvents(Collection<InputLogEvent> logEvents)
Constructor parameters in com.amazonaws.services.logs.model with type arguments of type InputLogEvent Constructor Description PutLogEventsRequest(String logGroupName, String logStreamName, List<InputLogEvent> logEvents)
Constructs a new PutLogEventsRequest object.
-