Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.InputLogEvent
-
Packages that use InputLogEvent Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
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 InputLogEvent Modifier and Type Method Description List<InputLogEvent>PutLogEventsRequest. logEvents()The log events.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type InputLogEvent Modifier and Type Method Description PutLogEventsRequest.BuilderPutLogEventsRequest.Builder. logEvents(InputLogEvent... logEvents)The log events.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type InputLogEvent Modifier and Type Method Description PutLogEventsRequest.BuilderPutLogEventsRequest.Builder. logEvents(Collection<InputLogEvent> logEvents)The log events.
-