Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowInputField
Packages that use FlowInputField
-
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 FlowInputFieldModifier and TypeMethodDescriptionfinal 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 FlowInputFieldModifier and TypeMethodDescriptionFlowExecutionInputEvent.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 FlowInputFieldModifier and TypeMethodDescriptionFlowExecutionInputEvent.Builder.fields(Collection<FlowInputField> fields) A list of input fields provided to the flow.