| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent |
An example service, deployed with the Octane Service creator, which will echo the string
|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateAgentAliasResult> |
AbstractAWSBedrockAgentAsync.updateAgentAliasAsync(UpdateAgentAliasRequest request,
AsyncHandler<UpdateAgentAliasRequest,UpdateAgentAliasResult> asyncHandler) |
Future<UpdateAgentAliasResult> |
AWSBedrockAgentAsync.updateAgentAliasAsync(UpdateAgentAliasRequest updateAgentAliasRequest,
AsyncHandler<UpdateAgentAliasRequest,UpdateAgentAliasResult> asyncHandler)
Updates an existing Alias for an Amazon Bedrock Agent
|
Future<UpdateAgentAliasResult> |
AWSBedrockAgentAsyncClient.updateAgentAliasAsync(UpdateAgentAliasRequest request,
AsyncHandler<UpdateAgentAliasRequest,UpdateAgentAliasResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateAgentAliasRequest |
UpdateAgentAliasRequest.clone() |
UpdateAgentAliasRequest |
UpdateAgentAliasRequest.withAgentAliasId(String agentAliasId)
Id generated at the server side when an Agent Alias is created
|
UpdateAgentAliasRequest |
UpdateAgentAliasRequest.withAgentAliasName(String agentAliasName) |
UpdateAgentAliasRequest |
UpdateAgentAliasRequest.withAgentId(String agentId)
Id generated at the server side when an Agent is created
|
UpdateAgentAliasRequest |
UpdateAgentAliasRequest.withDescription(String description) |
UpdateAgentAliasRequest |
UpdateAgentAliasRequest.withRoutingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)
NOTE: This method appends the values to the existing list (if any).
|
UpdateAgentAliasRequest |
UpdateAgentAliasRequest.withRoutingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration) |
Copyright © 2023. All rights reserved.