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