Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.FlowCompletionEvent
-
Packages that use FlowCompletionEvent Package Description software.amazon.awssdk.services.bedrockagentruntime.model software.amazon.awssdk.services.bedrockagentruntime.model.flowresponsestream -
-
Uses of FlowCompletionEvent in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return FlowCompletionEvent Modifier and Type Method Description FlowCompletionEventFlowCompletionEvent.BuilderImpl. build()FlowCompletionEventFlowCompletionEvent. copy(Consumer<? super FlowCompletionEvent.Builder> modifier)Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowCompletionEvent Modifier and Type Method Description default voidInvokeFlowResponseHandler.Visitor. visitFlowCompletionEvent(FlowCompletionEvent event)Invoked when aFlowCompletionEventis encountered.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type FlowCompletionEvent Modifier and Type Method Description InvokeFlowResponseHandler.Visitor.BuilderInvokeFlowResponseHandler.Visitor.Builder. onFlowCompletionEvent(Consumer<FlowCompletionEvent> c)Callback to invoke when aFlowCompletionEventis visited.Constructors in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type FlowCompletionEvent Constructor Description BuilderImpl(FlowCompletionEvent model) -
Uses of FlowCompletionEvent in software.amazon.awssdk.services.bedrockagentruntime.model.flowresponsestream
Subclasses of FlowCompletionEvent in software.amazon.awssdk.services.bedrockagentruntime.model.flowresponsestream Modifier and Type Class Description classDefaultFlowCompletionEventA specialization ofsoftware.amazon.awssdk.services.bedrockagentruntime.model.FlowCompletionEventthat represents theFlowResponseStream$flowCompletionEventevent.
-