Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.NodeOutputNext
Packages that use NodeOutputNext
-
Uses of NodeOutputNext in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type NodeOutputNextModifier and TypeMethodDescriptionfinal List<NodeOutputNext>NodeOutputField.next()The next node that receives output data from this field.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type NodeOutputNextModifier and TypeMethodDescriptionNodeOutputField.Builder.next(NodeOutputNext... 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 NodeOutputNextModifier and TypeMethodDescriptionNodeOutputField.Builder.next(Collection<NodeOutputNext> next) The next node that receives output data from this field.