Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CreateFlowResponse
Packages that use CreateFlowResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of CreateFlowResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return CreateFlowResponseModifier and TypeMethodDescriptiondefault CreateFlowResponseBedrockAgentClient.createFlow(Consumer<CreateFlowRequest.Builder> createFlowRequest) Creates a prompt flow that you can use to send an input through various steps to yield an output.default CreateFlowResponseBedrockAgentClient.createFlow(CreateFlowRequest createFlowRequest) Creates a prompt flow that you can use to send an input through various steps to yield an output.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type CreateFlowResponseModifier and TypeMethodDescriptiondefault CompletableFuture<CreateFlowResponse>BedrockAgentAsyncClient.createFlow(Consumer<CreateFlowRequest.Builder> createFlowRequest) Creates a prompt flow that you can use to send an input through various steps to yield an output.default CompletableFuture<CreateFlowResponse>BedrockAgentAsyncClient.createFlow(CreateFlowRequest createFlowRequest) Creates a prompt flow that you can use to send an input through various steps to yield an output.