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 InputLogEventInputLogEvent. clone()InputLogEventInputLogEvent. withMessage(String message)InputLogEventInputLogEvent. 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 PutLogEventsRequestPutLogEventsRequest. 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 voidPutLogEventsRequest. setLogEvents(Collection<InputLogEvent> logEvents)PutLogEventsRequestPutLogEventsRequest. 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.
-