Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.InvokeAssistantResponseHandler.Visitor
-
Packages that use InvokeAssistantResponseHandler.Visitor Package Description software.amazon.awssdk.services.iotsitewise.model software.amazon.awssdk.services.iotsitewise.model.responsestream -
-
Uses of InvokeAssistantResponseHandler.Visitor in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return InvokeAssistantResponseHandler.Visitor Modifier and Type Method Description InvokeAssistantResponseHandler.VisitorInvokeAssistantResponseHandler.Visitor.Builder. build()Methods in software.amazon.awssdk.services.iotsitewise.model with parameters of type InvokeAssistantResponseHandler.Visitor Modifier and Type Method Description voidInvocationOutput. accept(InvokeAssistantResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofInvocationOutput.voidResponseStream. accept(InvokeAssistantResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofResponseStream.voidTrace. accept(InvokeAssistantResponseHandler.Visitor visitor)Calls the appropriate visit method depending on the subtype ofTrace.InvokeAssistantResponseHandler.BuilderInvokeAssistantResponseHandler.Builder. subscriber(InvokeAssistantResponseHandler.Visitor visitor)Sets the subscriber to thePublisherof events. -
Uses of InvokeAssistantResponseHandler.Visitor in software.amazon.awssdk.services.iotsitewise.model.responsestream
Methods in software.amazon.awssdk.services.iotsitewise.model.responsestream with parameters of type InvokeAssistantResponseHandler.Visitor Modifier and Type Method Description voidDefaultOutput. accept(InvokeAssistantResponseHandler.Visitor visitor)voidDefaultTrace. accept(InvokeAssistantResponseHandler.Visitor visitor)
-