| 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 |
|---|---|
ListDataSourcesResult |
AbstractAWSBedrockAgent.listDataSources(ListDataSourcesRequest request) |
ListDataSourcesResult |
AWSBedrockAgent.listDataSources(ListDataSourcesRequest listDataSourcesRequest)
Lists the data sources in a knowledge base and information about each one.
|
ListDataSourcesResult |
AWSBedrockAgentClient.listDataSources(ListDataSourcesRequest request)
Lists the data sources in a knowledge base and information about each one.
|
Future<ListDataSourcesResult> |
AbstractAWSBedrockAgentAsync.listDataSourcesAsync(ListDataSourcesRequest request) |
Future<ListDataSourcesResult> |
AWSBedrockAgentAsync.listDataSourcesAsync(ListDataSourcesRequest listDataSourcesRequest)
Lists the data sources in a knowledge base and information about each one.
|
Future<ListDataSourcesResult> |
AWSBedrockAgentAsyncClient.listDataSourcesAsync(ListDataSourcesRequest request) |
Future<ListDataSourcesResult> |
AbstractAWSBedrockAgentAsync.listDataSourcesAsync(ListDataSourcesRequest request,
AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler) |
Future<ListDataSourcesResult> |
AWSBedrockAgentAsync.listDataSourcesAsync(ListDataSourcesRequest listDataSourcesRequest,
AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler)
Lists the data sources in a knowledge base and information about each one.
|
Future<ListDataSourcesResult> |
AWSBedrockAgentAsyncClient.listDataSourcesAsync(ListDataSourcesRequest request,
AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDataSourcesResult> |
AbstractAWSBedrockAgentAsync.listDataSourcesAsync(ListDataSourcesRequest request,
AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler) |
Future<ListDataSourcesResult> |
AWSBedrockAgentAsync.listDataSourcesAsync(ListDataSourcesRequest listDataSourcesRequest,
AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler)
Lists the data sources in a knowledge base and information about each one.
|
Future<ListDataSourcesResult> |
AWSBedrockAgentAsyncClient.listDataSourcesAsync(ListDataSourcesRequest request,
AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDataSourcesRequest |
ListDataSourcesRequest.clone() |
ListDataSourcesRequest |
ListDataSourcesRequest.withKnowledgeBaseId(String knowledgeBaseId)
The unique identifier of the knowledge base for which to return a list of information.
|
ListDataSourcesRequest |
ListDataSourcesRequest.withMaxResults(Integer maxResults)
The maximum number of results to return in the response.
|
ListDataSourcesRequest |
ListDataSourcesRequest.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.