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