| 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<UpdateIndexResult> |
AWSQBusinessAsyncClient.updateIndexAsync(UpdateIndexRequest request,
AsyncHandler<UpdateIndexRequest,UpdateIndexResult> asyncHandler) |
Future<UpdateIndexResult> |
AWSQBusinessAsync.updateIndexAsync(UpdateIndexRequest updateIndexRequest,
AsyncHandler<UpdateIndexRequest,UpdateIndexResult> asyncHandler)
Updates an Amazon Q Business index.
|
Future<UpdateIndexResult> |
AbstractAWSQBusinessAsync.updateIndexAsync(UpdateIndexRequest request,
AsyncHandler<UpdateIndexRequest,UpdateIndexResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateIndexRequest |
UpdateIndexRequest.clone() |
UpdateIndexRequest |
UpdateIndexRequest.withApplicationId(String applicationId)
The identifier of the Amazon Q Business application connected to the index.
|
UpdateIndexRequest |
UpdateIndexRequest.withCapacityConfiguration(IndexCapacityConfiguration capacityConfiguration)
The storage capacity units you want to provision for your Amazon Q Business index.
|
UpdateIndexRequest |
UpdateIndexRequest.withDescription(String description)
The description of the Amazon Q Business index.
|
UpdateIndexRequest |
UpdateIndexRequest.withDisplayName(String displayName)
The name of the Amazon Q Business index.
|
UpdateIndexRequest |
UpdateIndexRequest.withDocumentAttributeConfigurations(Collection<DocumentAttributeConfiguration> documentAttributeConfigurations)
Configuration information for document metadata or fields.
|
UpdateIndexRequest |
UpdateIndexRequest.withDocumentAttributeConfigurations(DocumentAttributeConfiguration... documentAttributeConfigurations)
Configuration information for document metadata or fields.
|
UpdateIndexRequest |
UpdateIndexRequest.withIndexId(String indexId)
The identifier of the Amazon Q Business index.
|
Copyright © 2025. All rights reserved.