| 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> |
AbstractAWSkendraAsync.updateIndexAsync(UpdateIndexRequest request,
AsyncHandler<UpdateIndexRequest,UpdateIndexResult> asyncHandler) |
Future<UpdateIndexResult> |
AWSkendraAsyncClient.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 you want to update.
|
UpdateIndexRequest |
UpdateIndexRequest.withDocumentMetadataConfigurationUpdates(DocumentMetadataConfiguration... documentMetadataConfigurationUpdates)
The document metadata you want to update.
|
UpdateIndexRequest |
UpdateIndexRequest.withId(String id)
The identifier of the index to update.
|
UpdateIndexRequest |
UpdateIndexRequest.withName(String name)
The name of the index to update.
|
UpdateIndexRequest |
UpdateIndexRequest.withRoleArn(String roleArn)
A new IAM role that gives Amazon Kendra permission to access your Amazon CloudWatch logs.
|
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 Amazon Web Services 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.