Uses of Class
software.amazon.awssdk.services.bedrockagent.model.GetFlowResponse
Packages that use GetFlowResponse
Package
Description
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 GetFlowResponseModifier and TypeMethodDescriptiondefault 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 GetFlowResponseModifier and TypeMethodDescriptiondefault 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.