Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowTraceCondition
Packages that use FlowTraceCondition
-
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 FlowTraceConditionModifier and TypeMethodDescriptionfinal 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 FlowTraceConditionModifier and TypeMethodDescriptionFlowTraceConditionNodeResultEvent.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 FlowTraceConditionModifier and TypeMethodDescriptionFlowTraceConditionNodeResultEvent.Builder.satisfiedConditions(Collection<FlowTraceCondition> satisfiedConditions) An array of objects containing information about the conditions that were satisfied.