Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowNodeInput
-
Packages that use FlowNodeInput Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of FlowNodeInput in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FlowNodeInput Modifier and Type Method Description List<FlowNodeInput>FlowNode. inputs()An array of objects, each of which contains information about an input into the node.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowNodeInput Modifier and Type Method Description FlowNode.BuilderFlowNode.Builder. inputs(FlowNodeInput... inputs)An array of objects, each of which contains information about an input into the node.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type FlowNodeInput Modifier and Type Method Description FlowNode.BuilderFlowNode.Builder. inputs(Collection<FlowNodeInput> inputs)An array of objects, each of which contains information about an input into the node.
-