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 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.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.
-