Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.StartLiveTailResponseStream
Packages that use StartLiveTailResponseStream
Package
Description
-
Uses of StartLiveTailResponseStream in software.amazon.awssdk.services.cloudwatchlogs.model
Classes in software.amazon.awssdk.services.cloudwatchlogs.model that implement StartLiveTailResponseStreamModifier and TypeClassDescriptionclassThis object contains information about this Live Tail session, including the log groups included and the log stream filters, if any.classThis object contains the log events and metadata for a Live Tail session.Fields in software.amazon.awssdk.services.cloudwatchlogs.model declared as StartLiveTailResponseStreamModifier and TypeFieldDescriptionstatic final StartLiveTailResponseStreamStartLiveTailResponseStream.UNKNOWNSpecial type ofStartLiveTailResponseStreamfor unknown types of events that this version of the SDK does not know aboutMethods in software.amazon.awssdk.services.cloudwatchlogs.model with parameters of type StartLiveTailResponseStreamModifier and TypeMethodDescriptiondefault voidStartLiveTailResponseHandler.Visitor.visitDefault(StartLiveTailResponseStream event) A required "else" or "default" block, invoked when no other more-specific "visit" method is appropriate.Method parameters in software.amazon.awssdk.services.cloudwatchlogs.model with type arguments of type StartLiveTailResponseStreamModifier and TypeMethodDescriptionStartLiveTailResponseHandler.Visitor.Builder.onDefault(Consumer<StartLiveTailResponseStream> c) Callback to invoke when either an unknown event is visited or an unhandled event is visited. -
Uses of StartLiveTailResponseStream in software.amazon.awssdk.services.cloudwatchlogs.model.startlivetailresponsestream
Classes in software.amazon.awssdk.services.cloudwatchlogs.model.startlivetailresponsestream that implement StartLiveTailResponseStreamModifier and TypeClassDescriptionfinal classA specialization ofsoftware.amazon.awssdk.services.cloudwatchlogs.model.LiveTailSessionStartthat represents theStartLiveTailResponseStream$sessionStartevent.final classA specialization ofsoftware.amazon.awssdk.services.cloudwatchlogs.model.LiveTailSessionUpdatethat represents theStartLiveTailResponseStream$sessionUpdateevent.