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