Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CreateFlowAliasResponse
-
Packages that use CreateFlowAliasResponse Package Description software.amazon.awssdk.services.bedrockagent 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 CreateFlowAliasResponse Modifier and Type Method Description default 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 CreateFlowAliasResponse Modifier and Type Method Description default 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.
-