Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowExecutionInputEvent
-
Packages that use FlowExecutionInputEvent Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of FlowExecutionInputEvent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowExecutionInputEvent Modifier and Type Method Description 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 FlowExecutionInputEvent Modifier and Type Method Description FlowExecutionEvent.BuilderFlowExecutionEvent.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.
-