Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.GetFlowExecutionRequest
-
Packages that use GetFlowExecutionRequest 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 GetFlowExecutionRequest in software.amazon.awssdk.services.bedrockagentruntime
Methods in software.amazon.awssdk.services.bedrockagentruntime with parameters of type GetFlowExecutionRequest Modifier and Type Method Description default CompletableFuture<GetFlowExecutionResponse>BedrockAgentRuntimeAsyncClient. getFlowExecution(GetFlowExecutionRequest getFlowExecutionRequest)Retrieves details about a specific flow execution, including its status, start and end times, and any errors that occurred during execution.default GetFlowExecutionResponseBedrockAgentRuntimeClient. getFlowExecution(GetFlowExecutionRequest getFlowExecutionRequest)Retrieves details about a specific flow execution, including its status, start and end times, and any errors that occurred during execution. -
Uses of GetFlowExecutionRequest in software.amazon.awssdk.services.bedrockagentruntime.transform
Methods in software.amazon.awssdk.services.bedrockagentruntime.transform with parameters of type GetFlowExecutionRequest Modifier and Type Method Description SdkHttpFullRequestGetFlowExecutionRequestMarshaller. marshall(GetFlowExecutionRequest getFlowExecutionRequest)
-