| Package | Description |
|---|---|
| com.amazonaws.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateIndexResult> |
AWSkendraAsyncClient.updateIndexAsync(UpdateIndexRequest request,
AsyncHandler<UpdateIndexRequest,UpdateIndexResult> asyncHandler) |
Future<UpdateIndexResult> |
AbstractAWSkendraAsync.updateIndexAsync(UpdateIndexRequest request,
AsyncHandler<UpdateIndexRequest,UpdateIndexResult> asyncHandler) |
Future<UpdateIndexResult> |
AWSkendraAsync.updateIndexAsync(UpdateIndexRequest updateIndexRequest,
AsyncHandler<UpdateIndexRequest,UpdateIndexResult> asyncHandler)
Updates an existing Amazon Kendra index.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIndexRequest |
UpdateIndexRequest.clone() |
UpdateIndexRequest |
UpdateIndexRequest.withCapacityUnits(CapacityUnitsConfiguration capacityUnits)
Sets the number of additional document storage and query capacity units that should be used by the index.
|
UpdateIndexRequest |
UpdateIndexRequest.withDescription(String description)
A new description for the index.
|
UpdateIndexRequest |
UpdateIndexRequest.withDocumentMetadataConfigurationUpdates(Collection<DocumentMetadataConfiguration> documentMetadataConfigurationUpdates)
The document metadata configuration you want to update for the index.
|
UpdateIndexRequest |
UpdateIndexRequest.withDocumentMetadataConfigurationUpdates(DocumentMetadataConfiguration... documentMetadataConfigurationUpdates)
The document metadata configuration you want to update for the index.
|
UpdateIndexRequest |
UpdateIndexRequest.withId(String id)
The identifier of the index you want to update.
|
UpdateIndexRequest |
UpdateIndexRequest.withName(String name)
The name of the index you want to update.
|
UpdateIndexRequest |
UpdateIndexRequest.withRoleArn(String roleArn)
An Identity and Access Management (IAM) role that gives Amazon Kendra permission to access Amazon CloudWatch logs
and metrics.
|
UpdateIndexRequest |
UpdateIndexRequest.withUserContextPolicy(String userContextPolicy)
The user context policy.
|
UpdateIndexRequest |
UpdateIndexRequest.withUserContextPolicy(UserContextPolicy userContextPolicy)
The user context policy.
|
UpdateIndexRequest |
UpdateIndexRequest.withUserGroupResolutionConfiguration(UserGroupResolutionConfiguration userGroupResolutionConfiguration)
Enables fetching access levels of groups and users from an IAM Identity Center (successor to Single Sign-On)
identity source.
|
UpdateIndexRequest |
UpdateIndexRequest.withUserTokenConfigurations(Collection<UserTokenConfiguration> userTokenConfigurations)
The user token configuration.
|
UpdateIndexRequest |
UpdateIndexRequest.withUserTokenConfigurations(UserTokenConfiguration... userTokenConfigurations)
The user token configuration.
|
Copyright © 2022. All rights reserved.