Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.NodeInputEvent
-
Packages that use NodeInputEvent Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of NodeInputEvent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return NodeInputEvent Modifier and Type Method Description NodeInputEventFlowExecutionEvent. nodeInputEvent()Contains information about the inputs provided to a specific node during execution.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type NodeInputEvent Modifier and Type Method Description static FlowExecutionEventFlowExecutionEvent. fromNodeInputEvent(NodeInputEvent nodeInputEvent)Create an instance of this class withFlowExecutionEvent.nodeInputEvent()initialized to the given value.FlowExecutionEvent.BuilderFlowExecutionEvent.Builder. nodeInputEvent(NodeInputEvent nodeInputEvent)Contains information about the inputs provided to a specific node during execution.
-