Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowTraceCondition
-
Packages that use FlowTraceCondition Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowTraceCondition in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowTraceCondition Modifier and Type Method Description List<FlowTraceCondition>FlowTraceConditionNodeResultEvent. satisfiedConditions()An array of objects containing information about the conditions that were satisfied.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowTraceCondition Modifier and Type Method Description FlowTraceConditionNodeResultEvent.BuilderFlowTraceConditionNodeResultEvent.Builder. satisfiedConditions(FlowTraceCondition... satisfiedConditions)An array of objects containing information about the conditions that were satisfied.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowTraceCondition Modifier and Type Method Description FlowTraceConditionNodeResultEvent.BuilderFlowTraceConditionNodeResultEvent.Builder. satisfiedConditions(Collection<FlowTraceCondition> satisfiedConditions)An array of objects containing information about the conditions that were satisfied.
-