| 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<ListRetrieversResult> |
AWSQBusinessAsyncClient.listRetrieversAsync(ListRetrieversRequest request,
AsyncHandler<ListRetrieversRequest,ListRetrieversResult> asyncHandler) |
Future<ListRetrieversResult> |
AWSQBusinessAsync.listRetrieversAsync(ListRetrieversRequest listRetrieversRequest,
AsyncHandler<ListRetrieversRequest,ListRetrieversResult> asyncHandler)
Lists the retriever used by an Amazon Q Business application.
|
Future<ListRetrieversResult> |
AbstractAWSQBusinessAsync.listRetrieversAsync(ListRetrieversRequest request,
AsyncHandler<ListRetrieversRequest,ListRetrieversResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListRetrieversRequest |
ListRetrieversRequest.clone() |
ListRetrieversRequest |
ListRetrieversRequest.withApplicationId(String applicationId)
The identifier of the Amazon Q Business application using the retriever.
|
ListRetrieversRequest |
ListRetrieversRequest.withMaxResults(Integer maxResults)
The maximum number of retrievers returned.
|
ListRetrieversRequest |
ListRetrieversRequest.withNextToken(String nextToken)
If the number of retrievers returned exceeds
maxResults, Amazon Q Business returns a next token as a
pagination token to retrieve the next set of retrievers. |
Copyright © 2024. All rights reserved.