Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.StopFlowExecutionResponse
-
Packages that use StopFlowExecutionResponse Package Description software.amazon.awssdk.services.bedrockagentruntime Contains APIs related to model invocation and querying of knowledge bases. -
-
Uses of StopFlowExecutionResponse in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime that return StopFlowExecutionResponse Modifier and Type Method Description default StopFlowExecutionResponseBedrockAgentRuntimeClient. stopFlowExecution(Consumer<StopFlowExecutionRequest.Builder> stopFlowExecutionRequest)Stops an Amazon Bedrock flow's execution.default StopFlowExecutionResponseBedrockAgentRuntimeClient. stopFlowExecution(StopFlowExecutionRequest stopFlowExecutionRequest)Stops an Amazon Bedrock flow's execution.Methods in software.amazon.awssdk.services.bedrockagentruntime that return types with arguments of type StopFlowExecutionResponse Modifier and Type Method Description default CompletableFuture<StopFlowExecutionResponse>BedrockAgentRuntimeAsyncClient. stopFlowExecution(Consumer<StopFlowExecutionRequest.Builder> stopFlowExecutionRequest)Stops an Amazon Bedrock flow's execution.default CompletableFuture<StopFlowExecutionResponse>BedrockAgentRuntimeAsyncClient. stopFlowExecution(StopFlowExecutionRequest stopFlowExecutionRequest)Stops an Amazon Bedrock flow's execution.
-