| 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 |
AWSBedrockAgentClient.listDataSources(ListDataSourcesRequest request)
Lists the data sources in a knowledge base and information about each one.
|
ListDataSourcesResult |
AWSBedrockAgent.listDataSources(ListDataSourcesRequest listDataSourcesRequest)
Lists the data sources in a knowledge base and information about each one.
|
ListDataSourcesResult |
AbstractAWSBedrockAgent.listDataSources(ListDataSourcesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDataSourcesResult> |
AWSBedrockAgentAsyncClient.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> |
AbstractAWSBedrockAgentAsync.listDataSourcesAsync(ListDataSourcesRequest request,
AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDataSourcesResult |
ListDataSourcesResult.clone() |
ListDataSourcesResult |
ListDataSourcesResult.withDataSourceSummaries(Collection<DataSourceSummary> dataSourceSummaries)
A list of objects, each of which contains information about a data source.
|
ListDataSourcesResult |
ListDataSourcesResult.withDataSourceSummaries(DataSourceSummary... dataSourceSummaries)
A list of objects, each of which contains information about a data source.
|
ListDataSourcesResult |
ListDataSourcesResult.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.