| 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<CreateAgentAliasResult> |
AbstractAWSBedrockAgentAsync.createAgentAliasAsync(CreateAgentAliasRequest request,
AsyncHandler<CreateAgentAliasRequest,CreateAgentAliasResult> asyncHandler) |
Future<CreateAgentAliasResult> |
AWSBedrockAgentAsyncClient.createAgentAliasAsync(CreateAgentAliasRequest request,
AsyncHandler<CreateAgentAliasRequest,CreateAgentAliasResult> asyncHandler) |
Future<CreateAgentAliasResult> |
AWSBedrockAgentAsync.createAgentAliasAsync(CreateAgentAliasRequest createAgentAliasRequest,
AsyncHandler<CreateAgentAliasRequest,CreateAgentAliasResult> asyncHandler)
Creates an alias of an agent that can be used to deploy the agent.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAgentAliasRequest |
CreateAgentAliasRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateAgentAliasRequest |
CreateAgentAliasRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateAgentAliasRequest |
CreateAgentAliasRequest.clone() |
CreateAgentAliasRequest |
CreateAgentAliasRequest.withAgentAliasName(String agentAliasName)
The name of the alias.
|
CreateAgentAliasRequest |
CreateAgentAliasRequest.withAgentId(String agentId)
The unique identifier of the agent.
|
CreateAgentAliasRequest |
CreateAgentAliasRequest.withClientToken(String clientToken)
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
|
CreateAgentAliasRequest |
CreateAgentAliasRequest.withDescription(String description)
A description of the alias of the agent.
|
CreateAgentAliasRequest |
CreateAgentAliasRequest.withRoutingConfiguration(AgentAliasRoutingConfigurationListItem... routingConfiguration)
Contains details about the routing configuration of the alias.
|
CreateAgentAliasRequest |
CreateAgentAliasRequest.withRoutingConfiguration(Collection<AgentAliasRoutingConfigurationListItem> routingConfiguration)
Contains details about the routing configuration of the alias.
|
CreateAgentAliasRequest |
CreateAgentAliasRequest.withTags(Map<String,String> tags)
Any tags that you want to attach to the alias of the agent.
|
Copyright © 2024. All rights reserved.