Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowNode
-
Packages that use FlowNode Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of FlowNode in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FlowNode Modifier and Type Method Description List<FlowNode>FlowDefinition. nodes()An array of node definitions in the flow.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowNode Modifier and Type Method Description FlowDefinition.BuilderFlowDefinition.Builder. nodes(FlowNode... nodes)An array of node definitions in the flow.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type FlowNode Modifier and Type Method Description FlowDefinition.BuilderFlowDefinition.Builder. nodes(Collection<FlowNode> nodes)An array of node definitions in the flow.
-