| 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 |
|---|---|
ListAgentAliasesResult |
AWSBedrockAgentClient.listAgentAliases(ListAgentAliasesRequest request)
Lists the aliases of an agent and information about each one.
|
ListAgentAliasesResult |
AWSBedrockAgent.listAgentAliases(ListAgentAliasesRequest listAgentAliasesRequest)
Lists the aliases of an agent and information about each one.
|
ListAgentAliasesResult |
AbstractAWSBedrockAgent.listAgentAliases(ListAgentAliasesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListAgentAliasesResult> |
AWSBedrockAgentAsyncClient.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> |
AbstractAWSBedrockAgentAsync.listAgentAliasesAsync(ListAgentAliasesRequest request,
AsyncHandler<ListAgentAliasesRequest,ListAgentAliasesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListAgentAliasesResult |
ListAgentAliasesResult.clone() |
ListAgentAliasesResult |
ListAgentAliasesResult.withAgentAliasSummaries(AgentAliasSummary... agentAliasSummaries)
A list of objects, each of which contains information about an alias of the agent.
|
ListAgentAliasesResult |
ListAgentAliasesResult.withAgentAliasSummaries(Collection<AgentAliasSummary> agentAliasSummaries)
A list of objects, each of which contains information about an alias of the agent.
|
ListAgentAliasesResult |
ListAgentAliasesResult.withNextToken(String nextToken)
If the total number of results is greater than the
maxResults value provided in the request, use
this token when making another request in the nextToken field to return the next batch of results. |
Copyright © 2024. All rights reserved.