Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowInputField
-
Packages that use FlowInputField Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowInputField in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowInputField Modifier and Type Method Description List<FlowInputField>FlowExecutionInputEvent. fields()A list of input fields provided to the flow.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowInputField Modifier and Type Method Description FlowExecutionInputEvent.BuilderFlowExecutionInputEvent.Builder. fields(FlowInputField... fields)A list of input fields provided to the flow.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowInputField Modifier and Type Method Description FlowExecutionInputEvent.BuilderFlowExecutionInputEvent.Builder. fields(Collection<FlowInputField> fields)A list of input fields provided to the flow.
-