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