Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.ResponseStream
-
Packages that use ResponseStream Package Description software.amazon.awssdk.services.iotsitewise.model software.amazon.awssdk.services.iotsitewise.model.responsestream -
-
Uses of ResponseStream in software.amazon.awssdk.services.iotsitewise.model
Classes in software.amazon.awssdk.services.iotsitewise.model that implement ResponseStream Modifier and Type Class Description classInvocationOutputThis contains the SiteWise Assistant's response and the corresponding citation.classTraceContains tracing information of the SiteWise Assistant's reasoning and data access.Fields in software.amazon.awssdk.services.iotsitewise.model declared as ResponseStream Modifier and Type Field Description static ResponseStreamResponseStream. UNKNOWNSpecial type ofResponseStreamfor unknown types of events that this version of the SDK does not know aboutMethods in software.amazon.awssdk.services.iotsitewise.model with parameters of type ResponseStream Modifier and Type Method Description default voidInvokeAssistantResponseHandler.Visitor. visitDefault(ResponseStream event)A required "else" or "default" block, invoked when no other more-specific "visit" method is appropriate.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type ResponseStream Modifier and Type Method Description InvokeAssistantResponseHandler.Visitor.BuilderInvokeAssistantResponseHandler.Visitor.Builder. onDefault(Consumer<ResponseStream> c)Callback to invoke when either an unknown event is visited or an unhandled event is visited. -
Uses of ResponseStream in software.amazon.awssdk.services.iotsitewise.model.responsestream
Classes in software.amazon.awssdk.services.iotsitewise.model.responsestream that implement ResponseStream Modifier and Type Class Description classDefaultOutputA specialization ofsoftware.amazon.awssdk.services.iotsitewise.model.InvocationOutputthat represents theResponseStream$outputevent.classDefaultTraceA specialization ofsoftware.amazon.awssdk.services.iotsitewise.model.Tracethat represents theResponseStream$traceevent.
-