Uses of Class
com.amazonaws.services.logs.model.InputLogEvent
Packages that use InputLogEvent
-
Uses of InputLogEvent in com.amazonaws.services.logs.model
Methods in com.amazonaws.services.logs.model that return InputLogEventModifier and TypeMethodDescriptionInputLogEvent.clone()
InputLogEvent.withMessage
(String message) InputLogEvent.withTimestamp
(Long timestamp) Methods in com.amazonaws.services.logs.model that return types with arguments of type InputLogEventMethods in com.amazonaws.services.logs.model with parameters of type InputLogEventModifier and TypeMethodDescriptionPutLogEventsRequest.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 InputLogEventModifier and TypeMethodDescriptionvoid
PutLogEventsRequest.setLogEvents
(Collection<InputLogEvent> logEvents) PutLogEventsRequest.withLogEvents
(Collection<InputLogEvent> logEvents) Constructor parameters in com.amazonaws.services.logs.model with type arguments of type InputLogEventModifierConstructorDescriptionPutLogEventsRequest
(String logGroupName, String logStreamName, List<InputLogEvent> logEvents) Constructs a new PutLogEventsRequest object.