Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowTrace
-
Packages that use FlowTrace Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowTrace in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowTrace Modifier and Type Method Description static FlowTraceFlowTrace. fromConditionNodeResultTrace(Consumer<FlowTraceConditionNodeResultEvent.Builder> conditionNodeResultTrace)Create an instance of this class withconditionNodeResultTrace()initialized to the given value.static FlowTraceFlowTrace. fromConditionNodeResultTrace(FlowTraceConditionNodeResultEvent conditionNodeResultTrace)Create an instance of this class withconditionNodeResultTrace()initialized to the given value.static FlowTraceFlowTrace. fromNodeActionTrace(Consumer<FlowTraceNodeActionEvent.Builder> nodeActionTrace)Create an instance of this class withnodeActionTrace()initialized to the given value.static FlowTraceFlowTrace. fromNodeActionTrace(FlowTraceNodeActionEvent nodeActionTrace)Create an instance of this class withnodeActionTrace()initialized to the given value.static FlowTraceFlowTrace. fromNodeInputTrace(Consumer<FlowTraceNodeInputEvent.Builder> nodeInputTrace)Create an instance of this class withnodeInputTrace()initialized to the given value.static FlowTraceFlowTrace. fromNodeInputTrace(FlowTraceNodeInputEvent nodeInputTrace)Create an instance of this class withnodeInputTrace()initialized to the given value.static FlowTraceFlowTrace. fromNodeOutputTrace(Consumer<FlowTraceNodeOutputEvent.Builder> nodeOutputTrace)Create an instance of this class withnodeOutputTrace()initialized to the given value.static FlowTraceFlowTrace. fromNodeOutputTrace(FlowTraceNodeOutputEvent nodeOutputTrace)Create an instance of this class withnodeOutputTrace()initialized to the given value.FlowTraceFlowTraceEvent. trace()The trace object containing information about an input or output for a node in the flow.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowTrace Modifier and Type Method Description FlowTraceEvent.BuilderFlowTraceEvent.Builder. trace(FlowTrace trace)The trace object containing information about an input or output for a node in the flow.FlowTraceEvent.BuilderFlowTraceEvent.BuilderImpl. trace(FlowTrace trace)
-