| 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<ListKnowledgeBasesResult> |
AbstractAWSBedrockAgentAsync.listKnowledgeBasesAsync(ListKnowledgeBasesRequest request,
AsyncHandler<ListKnowledgeBasesRequest,ListKnowledgeBasesResult> asyncHandler) |
Future<ListKnowledgeBasesResult> |
AWSBedrockAgentAsync.listKnowledgeBasesAsync(ListKnowledgeBasesRequest listKnowledgeBasesRequest,
AsyncHandler<ListKnowledgeBasesRequest,ListKnowledgeBasesResult> asyncHandler)
Lists the knowledge bases in an account and information about each of them.
|
Future<ListKnowledgeBasesResult> |
AWSBedrockAgentAsyncClient.listKnowledgeBasesAsync(ListKnowledgeBasesRequest request,
AsyncHandler<ListKnowledgeBasesRequest,ListKnowledgeBasesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListKnowledgeBasesRequest |
ListKnowledgeBasesRequest.clone() |
ListKnowledgeBasesRequest |
ListKnowledgeBasesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListKnowledgeBasesRequest |
ListKnowledgeBasesRequest.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.