Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ConditionResultEvent
-
Packages that use ConditionResultEvent Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ConditionResultEvent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ConditionResultEvent Modifier and Type Method Description ConditionResultEventFlowExecutionEvent. conditionResultEvent()Contains information about a condition evaluation result during the flow execution.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ConditionResultEvent Modifier and Type Method Description FlowExecutionEvent.BuilderFlowExecutionEvent.Builder. conditionResultEvent(ConditionResultEvent conditionResultEvent)Contains information about a condition evaluation result during the flow execution.static FlowExecutionEventFlowExecutionEvent. fromConditionResultEvent(ConditionResultEvent conditionResultEvent)Create an instance of this class withFlowExecutionEvent.conditionResultEvent()initialized to the given value.
-