Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.NodeInputExecutionChainItem
-
Packages that use NodeInputExecutionChainItem Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of NodeInputExecutionChainItem in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type NodeInputExecutionChainItem Modifier and Type Method Description List<NodeInputExecutionChainItem>NodeInputField. executionChain()The execution path through nested nodes like iterators and loops.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type NodeInputExecutionChainItem Modifier and Type Method Description NodeInputField.BuilderNodeInputField.Builder. executionChain(NodeInputExecutionChainItem... executionChain)The execution path through nested nodes like iterators and loops.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type NodeInputExecutionChainItem Modifier and Type Method Description NodeInputField.BuilderNodeInputField.Builder. executionChain(Collection<NodeInputExecutionChainItem> executionChain)The execution path through nested nodes like iterators and loops.
-