Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.StopFlowExecutionResponse
Packages that use StopFlowExecutionResponse
Package
Description
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 StopFlowExecutionResponseModifier and TypeMethodDescriptiondefault 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 StopFlowExecutionResponseModifier and TypeMethodDescriptionBedrockAgentRuntimeAsyncClient.stopFlowExecution(Consumer<StopFlowExecutionRequest.Builder> stopFlowExecutionRequest) Stops an Amazon Bedrock flow's execution.BedrockAgentRuntimeAsyncClient.stopFlowExecution(StopFlowExecutionRequest stopFlowExecutionRequest) Stops an Amazon Bedrock flow's execution.