Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowInput
Packages that use FlowInput
-
Uses of FlowInput in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowInputModifier and TypeMethodDescriptionInvokeFlowRequest.inputs()A list of objects, each containing information about an input into the flow.StartFlowExecutionRequest.inputs()The input data required for the flow execution.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowInputModifier and TypeMethodDescriptionA list of objects, each containing information about an input into the flow.The input data required for the flow execution.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowInputModifier and TypeMethodDescriptionInvokeFlowRequest.Builder.inputs(Collection<FlowInput> inputs) A list of objects, each containing information about an input into the flow.StartFlowExecutionRequest.Builder.inputs(Collection<FlowInput> inputs) The input data required for the flow execution.