Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.StartFlowExecutionRequest
-
Packages that use StartFlowExecutionRequest 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 StartFlowExecutionRequest in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime with parameters of type StartFlowExecutionRequest Modifier and Type Method Description default CompletableFuture<StartFlowExecutionResponse>BedrockAgentRuntimeAsyncClient. startFlowExecution(StartFlowExecutionRequest startFlowExecutionRequest)Starts an execution of an Amazon Bedrock flow.default StartFlowExecutionResponseBedrockAgentRuntimeClient. startFlowExecution(StartFlowExecutionRequest startFlowExecutionRequest)Starts an execution of an Amazon Bedrock flow. -
Uses of StartFlowExecutionRequest in software.amazon.awssdk.services.bedrockagentruntime.transform
Methods in software.amazon.awssdk.services.bedrockagentruntime.transform with parameters of type StartFlowExecutionRequest Modifier and Type Method Description SdkHttpFullRequestStartFlowExecutionRequestMarshaller. marshall(StartFlowExecutionRequest startFlowExecutionRequest)
-