Uses of Class
software.amazon.awssdk.services.iotsitewise.model.InvocationOutput
-
Packages that use InvocationOutput Package Description software.amazon.awssdk.services.iotsitewise.model software.amazon.awssdk.services.iotsitewise.model.responsestream -
-
Uses of InvocationOutput in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return InvocationOutput Modifier and Type Method Description InvocationOutputInvocationOutput.BuilderImpl. build()InvocationOutputInvocationOutput. copy(Consumer<? super InvocationOutput.Builder> modifier)Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type InvocationOutput Modifier and Type Method Description default voidInvokeAssistantResponseHandler.Visitor. visitOutput(InvocationOutput event)Invoked when aInvocationOutputis encountered.Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type InvocationOutput Modifier and Type Method Description InvokeAssistantResponseHandler.Visitor.BuilderInvokeAssistantResponseHandler.Visitor.Builder. onOutput(Consumer<InvocationOutput> c)Callback to invoke when aInvocationOutputis visited.Constructors in software.amazon.awssdk.services.iotsitewise.model with parameters of type InvocationOutput Constructor Description BuilderImpl(InvocationOutput model) -
Uses of InvocationOutput in software.amazon.awssdk.services.iotsitewise.model.responsestream
Subclasses of InvocationOutput in software.amazon.awssdk.services.iotsitewise.model.responsestream Modifier and Type Class Description classDefaultOutputA specialization ofsoftware.amazon.awssdk.services.iotsitewise.model.InvocationOutputthat represents theResponseStream$outputevent.
-