Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.StartLiveTailResponseStream
-
Packages that use StartLiveTailResponseStream Package Description software.amazon.awssdk.services.cloudwatchlogs.model software.amazon.awssdk.services.cloudwatchlogs.model.startlivetailresponsestream -
-
Uses of StartLiveTailResponseStream in software.amazon.awssdk.services.cloudwatchlogs.model
Classes in software.amazon.awssdk.services.cloudwatchlogs.model that implement StartLiveTailResponseStream Modifier and Type Class Description classLiveTailSessionStartThis object contains information about this Live Tail session, including the log groups included and the log stream filters, if any.classLiveTailSessionUpdateThis object contains the log events and metadata for a Live Tail session.Fields in software.amazon.awssdk.services.cloudwatchlogs.model declared as StartLiveTailResponseStream Modifier and Type Field Description static 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 StartLiveTailResponseStream Modifier and Type Method Description default 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 StartLiveTailResponseStream Modifier and Type Method Description StartLiveTailResponseHandler.Visitor.BuilderStartLiveTailResponseHandler.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 StartLiveTailResponseStream Modifier and Type Class Description classDefaultSessionStartA specialization ofsoftware.amazon.awssdk.services.cloudwatchlogs.model.LiveTailSessionStartthat represents theStartLiveTailResponseStream$sessionStartevent.classDefaultSessionUpdateA specialization ofsoftware.amazon.awssdk.services.cloudwatchlogs.model.LiveTailSessionUpdatethat represents theStartLiveTailResponseStream$sessionUpdateevent.
-