| 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<GetAgentAliasResult> |
AWSBedrockAgentAsyncClient.getAgentAliasAsync(GetAgentAliasRequest request,
AsyncHandler<GetAgentAliasRequest,GetAgentAliasResult> asyncHandler) |
Future<GetAgentAliasResult> |
AWSBedrockAgentAsync.getAgentAliasAsync(GetAgentAliasRequest getAgentAliasRequest,
AsyncHandler<GetAgentAliasRequest,GetAgentAliasResult> asyncHandler)
Gets information about an alias of an agent.
|
Future<GetAgentAliasResult> |
AbstractAWSBedrockAgentAsync.getAgentAliasAsync(GetAgentAliasRequest request,
AsyncHandler<GetAgentAliasRequest,GetAgentAliasResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetAgentAliasRequest |
GetAgentAliasRequest.clone() |
GetAgentAliasRequest |
GetAgentAliasRequest.withAgentAliasId(String agentAliasId)
The unique identifier of the alias for which to get information.
|
GetAgentAliasRequest |
GetAgentAliasRequest.withAgentId(String agentId)
The unique identifier of the agent to which the alias to get information belongs.
|
Copyright © 2025. All rights reserved.