Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CreateFlowVersionRequest
-
Packages that use CreateFlowVersionRequest 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 CreateFlowVersionRequest in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent with parameters of type CreateFlowVersionRequest Modifier and Type Method Description default CompletableFuture<CreateFlowVersionResponse>BedrockAgentAsyncClient. createFlowVersion(CreateFlowVersionRequest createFlowVersionRequest)Creates a version of the flow that you can deploy.default CreateFlowVersionResponseBedrockAgentClient. createFlowVersion(CreateFlowVersionRequest createFlowVersionRequest)Creates a version of the flow that you can deploy. -
Uses of CreateFlowVersionRequest in software.amazon.awssdk.services.bedrockagent.transform
Methods in software.amazon.awssdk.services.bedrockagent.transform with parameters of type CreateFlowVersionRequest Modifier and Type Method Description SdkHttpFullRequestCreateFlowVersionRequestMarshaller. marshall(CreateFlowVersionRequest createFlowVersionRequest)
-