| 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<ListAgentAliasesResult> |
AbstractAWSBedrockAgentAsync.listAgentAliasesAsync(ListAgentAliasesRequest request,
AsyncHandler<ListAgentAliasesRequest,ListAgentAliasesResult> asyncHandler) |
Future<ListAgentAliasesResult> |
AWSBedrockAgentAsync.listAgentAliasesAsync(ListAgentAliasesRequest listAgentAliasesRequest,
AsyncHandler<ListAgentAliasesRequest,ListAgentAliasesResult> asyncHandler)
Lists the aliases of an agent and information about each one.
|
Future<ListAgentAliasesResult> |
AWSBedrockAgentAsyncClient.listAgentAliasesAsync(ListAgentAliasesRequest request,
AsyncHandler<ListAgentAliasesRequest,ListAgentAliasesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAgentAliasesRequest |
ListAgentAliasesRequest.clone() |
ListAgentAliasesRequest |
ListAgentAliasesRequest.withAgentId(String agentId)
The unique identifier of the agent.
|
ListAgentAliasesRequest |
ListAgentAliasesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListAgentAliasesRequest |
ListAgentAliasesRequest.withNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, enter
the token returned in the nextToken field in the response in this field to return the next batch of
results. |
Copyright © 2024. All rights reserved.