Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowFailureEvent
-
Packages that use FlowFailureEvent Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowFailureEvent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowFailureEvent Modifier and Type Method Description FlowFailureEventFlowExecutionEvent. flowFailureEvent()Contains information about a failure that occurred at the flow level during execution.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowFailureEvent Modifier and Type Method Description FlowExecutionEvent.BuilderFlowExecutionEvent.Builder. flowFailureEvent(FlowFailureEvent flowFailureEvent)Contains information about a failure that occurred at the flow level during execution.static FlowExecutionEventFlowExecutionEvent. fromFlowFailureEvent(FlowFailureEvent flowFailureEvent)Create an instance of this class withFlowExecutionEvent.flowFailureEvent()initialized to the given value.
-