| 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 |
|---|---|
ListIndicesResult |
AWSQBusinessClient.listIndices(ListIndicesRequest request)
Lists the Amazon Q Business indices you have created.
|
ListIndicesResult |
AbstractAWSQBusiness.listIndices(ListIndicesRequest request) |
ListIndicesResult |
AWSQBusiness.listIndices(ListIndicesRequest listIndicesRequest)
Lists the Amazon Q Business indices you have created.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListIndicesResult> |
AWSQBusinessAsyncClient.listIndicesAsync(ListIndicesRequest request,
AsyncHandler<ListIndicesRequest,ListIndicesResult> asyncHandler) |
Future<ListIndicesResult> |
AWSQBusinessAsync.listIndicesAsync(ListIndicesRequest listIndicesRequest,
AsyncHandler<ListIndicesRequest,ListIndicesResult> asyncHandler)
Lists the Amazon Q Business indices you have created.
|
Future<ListIndicesResult> |
AbstractAWSQBusinessAsync.listIndicesAsync(ListIndicesRequest request,
AsyncHandler<ListIndicesRequest,ListIndicesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListIndicesResult |
ListIndicesResult.clone() |
ListIndicesResult |
ListIndicesResult.withIndices(Collection<Index> indices)
An array of information on the items in one or more indexes.
|
ListIndicesResult |
ListIndicesResult.withIndices(Index... indices)
An array of information on the items in one or more indexes.
|
ListIndicesResult |
ListIndicesResult.withNextToken(String nextToken)
If the response is truncated, Amazon Q Business returns this token that you can use in the subsequent request to
retrieve the next set of indexes.
|
Copyright © 2025. All rights reserved.