Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowCondition
-
Packages that use FlowCondition Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of FlowCondition in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowCondition Modifier and Type Method Description FlowConditionLoopControllerFlowNodeConfiguration. continueCondition()Specifies the condition that determines when the flow exits the DoWhile loop.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type FlowCondition Modifier and Type Method Description List<FlowCondition>ConditionFlowNodeConfiguration. conditions()An array of conditions.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowCondition Modifier and Type Method Description ConditionFlowNodeConfiguration.BuilderConditionFlowNodeConfiguration.Builder. conditions(FlowCondition... conditions)An array of conditions.LoopControllerFlowNodeConfiguration.BuilderLoopControllerFlowNodeConfiguration.Builder. continueCondition(FlowCondition continueCondition)Specifies the condition that determines when the flow exits the DoWhile loop.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type FlowCondition Modifier and Type Method Description ConditionFlowNodeConfiguration.BuilderConditionFlowNodeConfiguration.Builder. conditions(Collection<FlowCondition> conditions)An array of conditions.
-