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