Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.LiveTailSessionLogEvent
-
Packages that use LiveTailSessionLogEvent Package Description software.amazon.awssdk.services.cloudwatchlogs.model -
-
Uses of LiveTailSessionLogEvent in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type LiveTailSessionLogEvent Modifier and Type Method Description List<LiveTailSessionLogEvent>LiveTailSessionUpdate. sessionResults()An array, where each member of the array includes the information for one log event in the Live Tail session.Methods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type LiveTailSessionLogEvent Modifier and Type Method Description LiveTailSessionUpdate.BuilderLiveTailSessionUpdate.Builder. sessionResults(LiveTailSessionLogEvent... sessionResults)An array, where each member of the array includes the information for one log event in the Live Tail session.LiveTailSessionUpdate.BuilderLiveTailSessionUpdate.BuilderImpl. sessionResults(LiveTailSessionLogEvent... sessionResults)Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type LiveTailSessionLogEvent Modifier and Type Method Description LiveTailSessionUpdate.BuilderLiveTailSessionUpdate.Builder. sessionResults(Collection<LiveTailSessionLogEvent> sessionResults)An array, where each member of the array includes the information for one log event in the Live Tail session.LiveTailSessionUpdate.BuilderLiveTailSessionUpdate.BuilderImpl. sessionResults(Collection<LiveTailSessionLogEvent> sessionResults)
-