| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent |
Describes the API operations for creating and managing Amazon Bedrock agents.
|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAgentAliasResult> |
AWSBedrockAgentAsyncClient.updateAgentAliasAsync(UpdateAgentAliasRequest request,
AsyncHandler<UpdateAgentAliasRequest,UpdateAgentAliasResult> asyncHandler) |
Future<UpdateAgentAliasResult> |
AWSBedrockAgentAsync.updateAgentAliasAsync(UpdateAgentAliasRequest updateAgentAliasRequest,
AsyncHandler<UpdateAgentAliasRequest,UpdateAgentAliasResult> asyncHandler)
Updates configurations for an alias of an agent.
|
Future<UpdateAgentAliasResult> |
AbstractAWSBedrockAgentAsync.updateAgentAliasAsync(UpdateAgentAliasRequest request,
AsyncHandler<UpdateAgentAliasRequest,UpdateAgentAliasResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAgentAliasRequest |
UpdateAgentAliasRequest.clone() |
UpdateAgentAliasRequest |
UpdateAgentAliasRequest.withAgentAliasId(String agentAliasId)
The unique identifier of the alias.
|
UpdateAgentAliasRequest |
UpdateAgentAliasRequest.withAgentAliasName(String agentAliasName)
Specifies a new name for the alias.
|
UpdateAgentAliasRequest |
UpdateAgentAliasRequest.withAgentId(String agentId)
The unique identifier of the agent.
|
UpdateAgentAliasRequest |
UpdateAgentAliasRequest.withDescription(String description)
Specifies a new description for the alias.
|
UpdateAgentAliasRequest |
UpdateAgentAliasRequest.withRoutingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)
Contains details about the routing configuration of the alias.
|
UpdateAgentAliasRequest |
UpdateAgentAliasRequest.withRoutingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)
Contains details about the routing configuration of the alias.
|
Copyright © 2025. All rights reserved.