Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowTraceNodeOutputNext
-
Packages that use FlowTraceNodeOutputNext Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowTraceNodeOutputNext in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowTraceNodeOutputNext Modifier and Type Method Description List<FlowTraceNodeOutputNext>FlowTraceNodeOutputField. next()The next node that receives output data from this field.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowTraceNodeOutputNext Modifier and Type Method Description FlowTraceNodeOutputField.BuilderFlowTraceNodeOutputField.Builder. next(FlowTraceNodeOutputNext... next)The next node that receives output data from this field.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowTraceNodeOutputNext Modifier and Type Method Description FlowTraceNodeOutputField.BuilderFlowTraceNodeOutputField.Builder. next(Collection<FlowTraceNodeOutputNext> next)The next node that receives output data from this field.
-