Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.InputLogEvent
Packages that use InputLogEvent
-
Uses of InputLogEvent in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type InputLogEventModifier and TypeMethodDescriptionfinal List<InputLogEvent>PutLogEventsRequest.logEvents()The log events.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type InputLogEventModifier and TypeMethodDescriptionPutLogEventsRequest.Builder.logEvents(InputLogEvent... logEvents) The log events.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type InputLogEventModifier and TypeMethodDescriptionPutLogEventsRequest.Builder.logEvents(Collection<InputLogEvent> logEvents) The log events.