Uses of Class
software.amazon.awssdk.services.bedrockagent.model.InputFlowNodeConfiguration
-
Packages that use InputFlowNodeConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of InputFlowNodeConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return InputFlowNodeConfiguration Modifier and Type Method Description InputFlowNodeConfigurationFlowNodeConfiguration. input()Contains configurations for an input flow node in your flow.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type InputFlowNodeConfiguration Modifier and Type Method Description static FlowNodeConfigurationFlowNodeConfiguration. fromInput(InputFlowNodeConfiguration input)Create an instance of this class withFlowNodeConfiguration.input()initialized to the given value.FlowNodeConfiguration.BuilderFlowNodeConfiguration.Builder. input(InputFlowNodeConfiguration input)Contains configurations for an input flow node in your flow.
-