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