Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetFlowResponse
-
Packages that use GetFlowResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents. -
-
Uses of GetFlowResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return GetFlowResponse Modifier and Type Method Description default GetFlowResponseBedrockAgentClient. getFlow(Consumer<GetFlowRequest.Builder> getFlowRequest)Retrieves information about a flow.default GetFlowResponseBedrockAgentClient. getFlow(GetFlowRequest getFlowRequest)Retrieves information about a flow.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type GetFlowResponse Modifier and Type Method Description default CompletableFuture<GetFlowResponse>BedrockAgentAsyncClient. getFlow(Consumer<GetFlowRequest.Builder> getFlowRequest)Retrieves information about a flow.default CompletableFuture<GetFlowResponse>BedrockAgentAsyncClient. getFlow(GetFlowRequest getFlowRequest)Retrieves information about a flow.
-