Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowNodeInput
Packages that use FlowNodeInput
-
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 FlowNodeInputModifier and TypeMethodDescriptionfinal 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 FlowNodeInputModifier and TypeMethodDescriptionFlowNode.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 FlowNodeInputModifier and TypeMethodDescriptionFlowNode.Builder.inputs(Collection<FlowNodeInput> inputs) An array of objects, each of which contains information about an input into the node.