Uses of Class
software.amazon.awssdk.services.bedrockagent.model.FlowCondition
Packages that use FlowCondition
-
Uses of FlowCondition in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return FlowConditionModifier and TypeMethodDescriptionfinal 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 FlowConditionModifier and TypeMethodDescriptionfinal List<FlowCondition>ConditionFlowNodeConfiguration.conditions()An array of conditions.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type FlowConditionModifier and TypeMethodDescriptionConditionFlowNodeConfiguration.Builder.conditions(FlowCondition... conditions) An array of conditions.LoopControllerFlowNodeConfiguration.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 FlowConditionModifier and TypeMethodDescriptionConditionFlowNodeConfiguration.Builder.conditions(Collection<FlowCondition> conditions) An array of conditions.