Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowExecutionOutputEvent
-
Packages that use FlowExecutionOutputEvent Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowExecutionOutputEvent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowExecutionOutputEvent Modifier and Type Method Description FlowExecutionOutputEventFlowExecutionEvent. flowOutputEvent()Contains information about the outputs produced by the flow at the end of execution.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowExecutionOutputEvent Modifier and Type Method Description FlowExecutionEvent.BuilderFlowExecutionEvent.Builder. flowOutputEvent(FlowExecutionOutputEvent flowOutputEvent)Contains information about the outputs produced by the flow at the end of execution.static FlowExecutionEventFlowExecutionEvent. fromFlowOutputEvent(FlowExecutionOutputEvent flowOutputEvent)Create an instance of this class withFlowExecutionEvent.flowOutputEvent()initialized to the given value.
-