| 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<UpdateExperienceResult> |
AbstractAWSkendraAsync.updateExperienceAsync(UpdateExperienceRequest request,
AsyncHandler<UpdateExperienceRequest,UpdateExperienceResult> asyncHandler) |
Future<UpdateExperienceResult> |
AWSkendraAsyncClient.updateExperienceAsync(UpdateExperienceRequest request,
AsyncHandler<UpdateExperienceRequest,UpdateExperienceResult> asyncHandler) |
Future<UpdateExperienceResult> |
AWSkendraAsync.updateExperienceAsync(UpdateExperienceRequest updateExperienceRequest,
AsyncHandler<UpdateExperienceRequest,UpdateExperienceResult> asyncHandler)
Updates your Amazon Kendra experience such as a search application.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateExperienceRequest |
UpdateExperienceRequest.clone() |
UpdateExperienceRequest |
UpdateExperienceRequest.withConfiguration(ExperienceConfiguration configuration)
Configuration information for your Amazon Kendra you want to update.
|
UpdateExperienceRequest |
UpdateExperienceRequest.withDescription(String description)
The description of your Amazon Kendra experience you want to update.
|
UpdateExperienceRequest |
UpdateExperienceRequest.withId(String id)
The identifier of your Amazon Kendra experience you want to update.
|
UpdateExperienceRequest |
UpdateExperienceRequest.withIndexId(String indexId)
The identifier of the index for your Amazon Kendra experience you want to update.
|
UpdateExperienceRequest |
UpdateExperienceRequest.withName(String name)
The name of your Amazon Kendra experience you want to update.
|
UpdateExperienceRequest |
UpdateExperienceRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of a role with permission to access
Query API,
QuerySuggestions API, SubmitFeedback API, and Amazon Web Services SSO that stores your
user and group information. |
Copyright © 2022. All rights reserved.