Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CreateFlowResponse
-
Packages that use CreateFlowResponse Package Description software.amazon.awssdk.services.bedrockagent 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 CreateFlowResponse Modifier and Type Method Description default 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 CreateFlowResponse Modifier and Type Method Description default 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.
-