Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CreateFlowAliasResponse
Packages that use CreateFlowAliasResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of CreateFlowAliasResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return CreateFlowAliasResponseModifier and TypeMethodDescriptiondefault CreateFlowAliasResponseBedrockAgentClient.createFlowAlias(Consumer<CreateFlowAliasRequest.Builder> createFlowAliasRequest) Creates an alias of a flow for deployment.default CreateFlowAliasResponseBedrockAgentClient.createFlowAlias(CreateFlowAliasRequest createFlowAliasRequest) Creates an alias of a flow for deployment.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type CreateFlowAliasResponseModifier and TypeMethodDescriptiondefault CompletableFuture<CreateFlowAliasResponse>BedrockAgentAsyncClient.createFlowAlias(Consumer<CreateFlowAliasRequest.Builder> createFlowAliasRequest) Creates an alias of a flow for deployment.default CompletableFuture<CreateFlowAliasResponse>BedrockAgentAsyncClient.createFlowAlias(CreateFlowAliasRequest createFlowAliasRequest) Creates an alias of a flow for deployment.