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