Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CreateFlowVersionResponse
Packages that use CreateFlowVersionResponse
Package
Description
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 CreateFlowVersionResponseModifier and TypeMethodDescriptiondefault 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 CreateFlowVersionResponseModifier and TypeMethodDescriptionBedrockAgentAsyncClient.createFlowVersion(Consumer<CreateFlowVersionRequest.Builder> createFlowVersionRequest) Creates a version of the flow that you can deploy.BedrockAgentAsyncClient.createFlowVersion(CreateFlowVersionRequest createFlowVersionRequest) Creates a version of the flow that you can deploy.