Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.NodeActionEvent
-
Packages that use NodeActionEvent Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of NodeActionEvent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return NodeActionEvent Modifier and Type Method Description NodeActionEventFlowExecutionEvent. nodeActionEvent()Contains information about an action (operation) called by a node during execution.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type NodeActionEvent Modifier and Type Method Description static FlowExecutionEventFlowExecutionEvent. fromNodeActionEvent(NodeActionEvent nodeActionEvent)Create an instance of this class withFlowExecutionEvent.nodeActionEvent()initialized to the given value.FlowExecutionEvent.BuilderFlowExecutionEvent.Builder. nodeActionEvent(NodeActionEvent nodeActionEvent)Contains information about an action (operation) called by a node during execution.
-