Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CreateAgentAliasResponse
Packages that use CreateAgentAliasResponse
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of CreateAgentAliasResponse in software.amazon.awssdk.services.bedrockagent
Methods in software.amazon.awssdk.services.bedrockagent that return CreateAgentAliasResponseModifier and TypeMethodDescriptiondefault CreateAgentAliasResponseBedrockAgentClient.createAgentAlias(Consumer<CreateAgentAliasRequest.Builder> createAgentAliasRequest) Creates an alias of an agent that can be used to deploy the agent.default CreateAgentAliasResponseBedrockAgentClient.createAgentAlias(CreateAgentAliasRequest createAgentAliasRequest) Creates an alias of an agent that can be used to deploy the agent.Methods in software.amazon.awssdk.services.bedrockagent that return types with arguments of type CreateAgentAliasResponseModifier and TypeMethodDescriptionBedrockAgentAsyncClient.createAgentAlias(Consumer<CreateAgentAliasRequest.Builder> createAgentAliasRequest) Creates an alias of an agent that can be used to deploy the agent.BedrockAgentAsyncClient.createAgentAlias(CreateAgentAliasRequest createAgentAliasRequest) Creates an alias of an agent that can be used to deploy the agent.