| Package | Description |
|---|---|
| com.amazonaws.services.qbusiness |
This is the Amazon Q Business API Reference.
|
| com.amazonaws.services.qbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListDataSourcesResult> |
AWSQBusinessAsyncClient.listDataSourcesAsync(ListDataSourcesRequest request,
AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler) |
Future<ListDataSourcesResult> |
AWSQBusinessAsync.listDataSourcesAsync(ListDataSourcesRequest listDataSourcesRequest,
AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler)
Lists the Amazon Q Business data source connectors that you have created.
|
Future<ListDataSourcesResult> |
AbstractAWSQBusinessAsync.listDataSourcesAsync(ListDataSourcesRequest request,
AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListDataSourcesRequest |
ListDataSourcesRequest.clone() |
ListDataSourcesRequest |
ListDataSourcesRequest.withApplicationId(String applicationId)
The identifier of the Amazon Q Business application linked to the data source connectors.
|
ListDataSourcesRequest |
ListDataSourcesRequest.withIndexId(String indexId)
The identifier of the index used with one or more data source connectors.
|
ListDataSourcesRequest |
ListDataSourcesRequest.withMaxResults(Integer maxResults)
The maximum number of data source connectors to return.
|
ListDataSourcesRequest |
ListDataSourcesRequest.withNextToken(String nextToken)
If the
maxResults response was incomplete because there is more data to retrieve, Amazon Q Business
returns a pagination token in the response. |
Copyright © 2024. All rights reserved.