Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CreateFlowVersionResponse
-
Packages that use CreateFlowVersionResponse Package Description software.amazon.awssdk.services.bedrockagent Describes the API operations for creating and managing Amazon Bedrock agents. -
-
Uses of CreateFlowVersionResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return CreateFlowVersionResponse Modifier and Type Method Description default CreateFlowVersionResponseBedrockAgentClient. createFlowVersion(Consumer<CreateFlowVersionRequest.Builder> 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.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type CreateFlowVersionResponse Modifier and Type Method Description default CompletableFuture<CreateFlowVersionResponse>BedrockAgentAsyncClient. createFlowVersion(Consumer<CreateFlowVersionRequest.Builder> createFlowVersionRequest)Creates a version of the flow that you can deploy.default CompletableFuture<CreateFlowVersionResponse>BedrockAgentAsyncClient. createFlowVersion(CreateFlowVersionRequest createFlowVersionRequest)Creates a version of the flow that you can deploy.
-