| 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 |
|---|---|
GetIndexResult |
AWSQBusinessClient.getIndex(GetIndexRequest request)
Gets information about an existing Amazon Q Business index.
|
GetIndexResult |
AWSQBusiness.getIndex(GetIndexRequest getIndexRequest)
Gets information about an existing Amazon Q Business index.
|
GetIndexResult |
AbstractAWSQBusiness.getIndex(GetIndexRequest request) |
Future<GetIndexResult> |
AWSQBusinessAsyncClient.getIndexAsync(GetIndexRequest request) |
Future<GetIndexResult> |
AWSQBusinessAsync.getIndexAsync(GetIndexRequest getIndexRequest)
Gets information about an existing Amazon Q Business index.
|
Future<GetIndexResult> |
AbstractAWSQBusinessAsync.getIndexAsync(GetIndexRequest request) |
Future<GetIndexResult> |
AWSQBusinessAsyncClient.getIndexAsync(GetIndexRequest request,
AsyncHandler<GetIndexRequest,GetIndexResult> asyncHandler) |
Future<GetIndexResult> |
AWSQBusinessAsync.getIndexAsync(GetIndexRequest getIndexRequest,
AsyncHandler<GetIndexRequest,GetIndexResult> asyncHandler)
Gets information about an existing Amazon Q Business index.
|
Future<GetIndexResult> |
AbstractAWSQBusinessAsync.getIndexAsync(GetIndexRequest request,
AsyncHandler<GetIndexRequest,GetIndexResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetIndexResult> |
AWSQBusinessAsyncClient.getIndexAsync(GetIndexRequest request,
AsyncHandler<GetIndexRequest,GetIndexResult> asyncHandler) |
Future<GetIndexResult> |
AWSQBusinessAsync.getIndexAsync(GetIndexRequest getIndexRequest,
AsyncHandler<GetIndexRequest,GetIndexResult> asyncHandler)
Gets information about an existing Amazon Q Business index.
|
Future<GetIndexResult> |
AbstractAWSQBusinessAsync.getIndexAsync(GetIndexRequest request,
AsyncHandler<GetIndexRequest,GetIndexResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetIndexRequest |
GetIndexRequest.clone() |
GetIndexRequest |
GetIndexRequest.withApplicationId(String applicationId)
The identifier of the Amazon Q Business application connected to the index.
|
GetIndexRequest |
GetIndexRequest.withIndexId(String indexId)
The identifier of the Amazon Q Business index you want information on.
|
Copyright © 2025. All rights reserved.