Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowExecutionInputEvent
Packages that use FlowExecutionInputEvent
-
Uses of FlowExecutionInputEvent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowExecutionInputEventModifier and TypeMethodDescriptionfinal FlowExecutionInputEventFlowExecutionEvent.flowInputEvent()Contains information about the inputs provided to the flow at the start of execution.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowExecutionInputEventModifier and TypeMethodDescriptionFlowExecutionEvent.Builder.flowInputEvent(FlowExecutionInputEvent flowInputEvent) Contains information about the inputs provided to the flow at the start of execution.static FlowExecutionEventFlowExecutionEvent.fromFlowInputEvent(FlowExecutionInputEvent flowInputEvent) Create an instance of this class withFlowExecutionEvent.flowInputEvent()initialized to the given value.