Uses of Class
software.amazon.awssdk.services.cloudwatchlogs.model.LiveTailSessionLogEvent
Packages that use LiveTailSessionLogEvent
-
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 LiveTailSessionLogEventModifier and TypeMethodDescriptionfinal 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 LiveTailSessionLogEventModifier and TypeMethodDescriptionLiveTailSessionUpdate.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.BuilderImpl.sessionResults(LiveTailSessionLogEvent... sessionResults) Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type LiveTailSessionLogEventModifier and TypeMethodDescriptionLiveTailSessionUpdate.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.BuilderImpl.sessionResults(Collection<LiveTailSessionLogEvent> sessionResults)