Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowExecutionOutputEvent
Packages that use FlowExecutionOutputEvent
-
Uses of FlowExecutionOutputEvent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowExecutionOutputEventModifier and TypeMethodDescriptionfinal 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 FlowExecutionOutputEventModifier and TypeMethodDescriptionFlowExecutionEvent.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.