Uses of Class
software.amazon.awssdk.services.bedrockagent.model.CreateAgentAliasResponse
-
Packages that use CreateAgentAliasResponse Package Description software.amazon.awssdk.services.bedrockagent 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 CreateAgentAliasResponse Modifier and Type Method Description default 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 CreateAgentAliasResponse Modifier and Type Method Description default CompletableFuture<CreateAgentAliasResponse>BedrockAgentAsyncClient. createAgentAlias(Consumer<CreateAgentAliasRequest.Builder> createAgentAliasRequest)Creates an alias of an agent that can be used to deploy the agent.default CompletableFuture<CreateAgentAliasResponse>BedrockAgentAsyncClient. createAgentAlias(CreateAgentAliasRequest createAgentAliasRequest)Creates an alias of an agent that can be used to deploy the agent.
-