Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowExecutionEvent
-
Packages that use FlowExecutionEvent Package Description software.amazon.awssdk.services.bedrockagentruntime.model software.amazon.awssdk.services.bedrockagentruntime.paginators -
-
Uses of FlowExecutionEvent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowExecutionEvent Modifier and Type Method Description static 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. 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 FlowExecutionEvent Modifier and Type Method Description 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 FlowExecutionEvent Modifier and Type Method Description ListFlowExecutionEventsResponse.BuilderListFlowExecutionEventsResponse.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 FlowExecutionEvent Modifier and Type Method Description ListFlowExecutionEventsResponse.BuilderListFlowExecutionEventsResponse.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 FlowExecutionEvent Modifier and Type Method Description SdkIterable<FlowExecutionEvent>ListFlowExecutionEventsIterable. flowExecutionEvents()Returns an iterable to iterate through the paginatedListFlowExecutionEventsResponse.flowExecutionEvents()member.SdkPublisher<FlowExecutionEvent>ListFlowExecutionEventsPublisher. flowExecutionEvents()Returns a publisher that can be used to get a stream of data.
-