Uses of Class
com.amazonaws.services.logs.model.OutputLogEvent
-
Packages that use OutputLogEvent Package Description com.amazonaws.services.logs.model -
-
Uses of OutputLogEvent in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return OutputLogEvent Modifier and Type Method Description OutputLogEvent
OutputLogEvent. clone()
OutputLogEvent
OutputLogEvent. withIngestionTime(Long ingestionTime)
OutputLogEvent
OutputLogEvent. withMessage(String message)
OutputLogEvent
OutputLogEvent. withTimestamp(Long timestamp)
Methods in com.amazonaws.services.logs.model that return types with arguments of type OutputLogEvent Modifier and Type Method Description List<OutputLogEvent>
GetLogEventsResult. getEvents()
Methods in com.amazonaws.services.logs.model with parameters of type OutputLogEvent Modifier and Type Method Description GetLogEventsResult
GetLogEventsResult. withEvents(OutputLogEvent... events)
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 OutputLogEvent Modifier and Type Method Description void
GetLogEventsResult. setEvents(Collection<OutputLogEvent> events)
GetLogEventsResult
GetLogEventsResult. withEvents(Collection<OutputLogEvent> events)
-