Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowTraceNodeActionEvent
-
Packages that use FlowTraceNodeActionEvent Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowTraceNodeActionEvent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowTraceNodeActionEvent Modifier and Type Method Description FlowTraceNodeActionEventFlowTrace. nodeActionTrace()Contains information about an action (operation) called by a node.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowTraceNodeActionEvent Modifier and Type Method Description static FlowTraceFlowTrace. fromNodeActionTrace(FlowTraceNodeActionEvent nodeActionTrace)Create an instance of this class withFlowTrace.nodeActionTrace()initialized to the given value.FlowTrace.BuilderFlowTrace.Builder. nodeActionTrace(FlowTraceNodeActionEvent nodeActionTrace)Contains information about an action (operation) called by a node.
-