Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowExecutionEvent
Packages that use FlowExecutionEvent
Package
Description
-
Uses of FlowExecutionEvent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowExecutionEventModifier and TypeMethodDescriptionstatic FlowExecutionEventFlowExecutionEvent.fromConditionResultEvent(Consumer<ConditionResultEvent.Builder> conditionResultEvent) Create an instance of this class withconditionResultEvent()initialized to the given value.static FlowExecutionEventFlowExecutionEvent.fromConditionResultEvent(ConditionResultEvent conditionResultEvent) Create an instance of this class withconditionResultEvent()initialized to the given value.static FlowExecutionEventFlowExecutionEvent.fromFlowFailureEvent(Consumer<FlowFailureEvent.Builder> flowFailureEvent) Create an instance of this class withflowFailureEvent()initialized to the given value.static FlowExecutionEventFlowExecutionEvent.fromFlowFailureEvent(FlowFailureEvent flowFailureEvent) Create an instance of this class withflowFailureEvent()initialized to the given value.static FlowExecutionEventFlowExecutionEvent.fromFlowInputEvent(Consumer<FlowExecutionInputEvent.Builder> flowInputEvent) Create an instance of this class withflowInputEvent()initialized to the given value.static FlowExecutionEventFlowExecutionEvent.fromFlowInputEvent(FlowExecutionInputEvent flowInputEvent) Create an instance of this class withflowInputEvent()initialized to the given value.static FlowExecutionEventFlowExecutionEvent.fromFlowOutputEvent(Consumer<FlowExecutionOutputEvent.Builder> flowOutputEvent) Create an instance of this class withflowOutputEvent()initialized to the given value.static FlowExecutionEventFlowExecutionEvent.fromFlowOutputEvent(FlowExecutionOutputEvent flowOutputEvent) Create an instance of this class withflowOutputEvent()initialized to the given value.static FlowExecutionEventFlowExecutionEvent.fromNodeActionEvent(Consumer<NodeActionEvent.Builder> nodeActionEvent) Create an instance of this class withnodeActionEvent()initialized to the given value.static FlowExecutionEventFlowExecutionEvent.fromNodeActionEvent(NodeActionEvent nodeActionEvent) Create an instance of this class withnodeActionEvent()initialized to the given value.static FlowExecutionEventFlowExecutionEvent.fromNodeDependencyEvent(Consumer<NodeDependencyEvent.Builder> nodeDependencyEvent) Create an instance of this class withnodeDependencyEvent()initialized to the given value.static FlowExecutionEventFlowExecutionEvent.fromNodeDependencyEvent(NodeDependencyEvent nodeDependencyEvent) Create an instance of this class withnodeDependencyEvent()initialized to the given value.static FlowExecutionEventFlowExecutionEvent.fromNodeFailureEvent(Consumer<NodeFailureEvent.Builder> nodeFailureEvent) Create an instance of this class withnodeFailureEvent()initialized to the given value.static FlowExecutionEventFlowExecutionEvent.fromNodeFailureEvent(NodeFailureEvent nodeFailureEvent) Create an instance of this class withnodeFailureEvent()initialized to the given value.static FlowExecutionEventFlowExecutionEvent.fromNodeInputEvent(Consumer<NodeInputEvent.Builder> nodeInputEvent) Create an instance of this class withnodeInputEvent()initialized to the given value.static FlowExecutionEventFlowExecutionEvent.fromNodeInputEvent(NodeInputEvent nodeInputEvent) Create an instance of this class withnodeInputEvent()initialized to the given value.static FlowExecutionEventFlowExecutionEvent.fromNodeOutputEvent(Consumer<NodeOutputEvent.Builder> nodeOutputEvent) Create an instance of this class withnodeOutputEvent()initialized to the given value.static FlowExecutionEventFlowExecutionEvent.fromNodeOutputEvent(NodeOutputEvent nodeOutputEvent) Create an instance of this class withnodeOutputEvent()initialized to the given value.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type FlowExecutionEventModifier and TypeMethodDescriptionfinal List<FlowExecutionEvent>ListFlowExecutionEventsResponse.flowExecutionEvents()A list of events that occurred during the flow execution.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowExecutionEventModifier and TypeMethodDescriptionListFlowExecutionEventsResponse.Builder.flowExecutionEvents(FlowExecutionEvent... flowExecutionEvents) A list of events that occurred during the flow execution.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowExecutionEventModifier and TypeMethodDescriptionListFlowExecutionEventsResponse.Builder.flowExecutionEvents(Collection<FlowExecutionEvent> flowExecutionEvents) A list of events that occurred during the flow execution. -
Uses of FlowExecutionEvent in software.amazon.awssdk.services.bedrockagentruntime.paginators
Methods in software.amazon.awssdk.services.bedrockagentruntime.paginators that return types with arguments of type FlowExecutionEventModifier and TypeMethodDescriptionfinal SdkIterable<FlowExecutionEvent>ListFlowExecutionEventsIterable.flowExecutionEvents()Returns an iterable to iterate through the paginatedListFlowExecutionEventsResponse.flowExecutionEvents()member.final SdkPublisher<FlowExecutionEvent>ListFlowExecutionEventsPublisher.flowExecutionEvents()Returns a publisher that can be used to get a stream of data.