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 OutputLogEventOutputLogEvent. clone()OutputLogEventOutputLogEvent. withIngestionTime(Long ingestionTime)OutputLogEventOutputLogEvent. withMessage(String message)OutputLogEventOutputLogEvent. 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 GetLogEventsResultGetLogEventsResult. 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 voidGetLogEventsResult. setEvents(Collection<OutputLogEvent> events)GetLogEventsResultGetLogEventsResult. withEvents(Collection<OutputLogEvent> events)
-