Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.InvokeFlowResponseHandler
-
Packages that use InvokeFlowResponseHandler Package Description software.amazon.awssdk.services.bedrockagentruntime Contains APIs related to model invocation and querying of knowledge bases.software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of InvokeFlowResponseHandler in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime with parameters of type InvokeFlowResponseHandler Modifier and Type Method Description default CompletableFuture<Void>BedrockAgentRuntimeAsyncClient. invokeFlow(Consumer<InvokeFlowRequest.Builder> invokeFlowRequest, InvokeFlowResponseHandler asyncResponseHandler)Invokes an alias of a flow to run the inputs that you specify and return the output of each node as a stream.default CompletableFuture<Void>BedrockAgentRuntimeAsyncClient. invokeFlow(InvokeFlowRequest invokeFlowRequest, InvokeFlowResponseHandler asyncResponseHandler)Invokes an alias of a flow to run the inputs that you specify and return the output of each node as a stream. -
Uses of InvokeFlowResponseHandler in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return InvokeFlowResponseHandler Modifier and Type Method Description InvokeFlowResponseHandlerInvokeFlowResponseHandler.Builder. build()
-