Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowInput
-
Packages that use FlowInput Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
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 FlowInput Modifier and Type Method Description List<FlowInput>InvokeFlowRequest. inputs()A list of objects, each containing information about an input into the flow.List<FlowInput>StartFlowExecutionRequest. inputs()The input data required for the flow execution.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowInput Modifier and Type Method Description InvokeFlowRequest.BuilderInvokeFlowRequest.Builder. inputs(FlowInput... inputs)A list of objects, each containing information about an input into the flow.StartFlowExecutionRequest.BuilderStartFlowExecutionRequest.Builder. inputs(FlowInput... inputs)The input data required for the flow execution.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowInput Modifier and Type Method Description InvokeFlowRequest.BuilderInvokeFlowRequest.Builder. inputs(Collection<FlowInput> inputs)A list of objects, each containing information about an input into the flow.StartFlowExecutionRequest.BuilderStartFlowExecutionRequest.Builder. inputs(Collection<FlowInput> inputs)The input data required for the flow execution.
-