Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CreateFlowRequest
-
Packages that use CreateFlowRequest Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents.software.amazon.awssdk.services.bedrockagent.transform -
-
Uses of CreateFlowRequest in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent with parameters of type CreateFlowRequest Modifier and Type Method Description 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.default CreateFlowResponseBedrockAgentClient. createFlow(CreateFlowRequest createFlowRequest)Creates a prompt flow that you can use to send an input through various steps to yield an output. -
Uses of CreateFlowRequest in software.amazon.awssdk.services.bedrockagent.transform
Methods in software.amazon.awssdk.services.bedrockagent.transform with parameters of type CreateFlowRequest Modifier and Type Method Description SdkHttpFullRequestCreateFlowRequestMarshaller. marshall(CreateFlowRequest createFlowRequest)
-