@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSkendraAsync extends AbstractAWSkendra implements AWSkendraAsync
AWSkendraAsync
. Convenient method forms pass through to the corresponding overload
that takes a request object and an AsyncHandler
, which throws an UnsupportedOperationException
.ENDPOINT_PREFIX
batchDeleteDocument, batchPutDocument, createDataSource, createFaq, createIndex, createThesaurus, deleteDataSource, deleteFaq, deleteIndex, deleteThesaurus, describeDataSource, describeFaq, describeIndex, describeThesaurus, getCachedResponseMetadata, listDataSources, listDataSourceSyncJobs, listFaqs, listIndices, listTagsForResource, listThesauri, query, shutdown, startDataSourceSyncJob, stopDataSourceSyncJob, submitFeedback, tagResource, untagResource, updateDataSource, updateIndex, updateThesaurus
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
batchDeleteDocument, batchPutDocument, createDataSource, createFaq, createIndex, createThesaurus, deleteDataSource, deleteFaq, deleteIndex, deleteThesaurus, describeDataSource, describeFaq, describeIndex, describeThesaurus, getCachedResponseMetadata, listDataSources, listDataSourceSyncJobs, listFaqs, listIndices, listTagsForResource, listThesauri, query, shutdown, startDataSourceSyncJob, stopDataSourceSyncJob, submitFeedback, tagResource, untagResource, updateDataSource, updateIndex, updateThesaurus
public Future<BatchDeleteDocumentResult> batchDeleteDocumentAsync(BatchDeleteDocumentRequest request)
AWSkendraAsync
Removes one or more documents from an index. The documents must have been added with the BatchPutDocument operation.
The documents are deleted asynchronously. You can see the progress of the deletion by using AWS CloudWatch. Any error messages releated to the processing of the batch are sent to you CloudWatch log.
batchDeleteDocumentAsync
in interface AWSkendraAsync
public Future<BatchDeleteDocumentResult> batchDeleteDocumentAsync(BatchDeleteDocumentRequest request, AsyncHandler<BatchDeleteDocumentRequest,BatchDeleteDocumentResult> asyncHandler)
AWSkendraAsync
Removes one or more documents from an index. The documents must have been added with the BatchPutDocument operation.
The documents are deleted asynchronously. You can see the progress of the deletion by using AWS CloudWatch. Any error messages releated to the processing of the batch are sent to you CloudWatch log.
batchDeleteDocumentAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<BatchPutDocumentResult> batchPutDocumentAsync(BatchPutDocumentRequest request)
AWSkendraAsync
Adds one or more documents to an index.
The BatchPutDocument
operation enables you to ingest inline documents or a set of documents stored
in an Amazon S3 bucket. Use this operation to ingest your text and unstructured text into an index, add custom
attributes to the documents, and to attach an access control list to the documents added to the index.
The documents are indexed asynchronously. You can see the progress of the batch using AWS CloudWatch. Any error messages related to processing the batch are sent to your AWS CloudWatch log.
batchPutDocumentAsync
in interface AWSkendraAsync
public Future<BatchPutDocumentResult> batchPutDocumentAsync(BatchPutDocumentRequest request, AsyncHandler<BatchPutDocumentRequest,BatchPutDocumentResult> asyncHandler)
AWSkendraAsync
Adds one or more documents to an index.
The BatchPutDocument
operation enables you to ingest inline documents or a set of documents stored
in an Amazon S3 bucket. Use this operation to ingest your text and unstructured text into an index, add custom
attributes to the documents, and to attach an access control list to the documents added to the index.
The documents are indexed asynchronously. You can see the progress of the batch using AWS CloudWatch. Any error messages related to processing the batch are sent to your AWS CloudWatch log.
batchPutDocumentAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateDataSourceResult> createDataSourceAsync(CreateDataSourceRequest request)
AWSkendraAsync
Creates a data source that you use to with an Amazon Kendra index.
You specify a name, data source connector type and description for your data source. You also specify configuration information such as document metadata (author, source URI, and so on) and user context information.
CreateDataSource
is a synchronous operation. The operation returns 200 if the data source was
successfully created. Otherwise, an exception is raised.
createDataSourceAsync
in interface AWSkendraAsync
public Future<CreateDataSourceResult> createDataSourceAsync(CreateDataSourceRequest request, AsyncHandler<CreateDataSourceRequest,CreateDataSourceResult> asyncHandler)
AWSkendraAsync
Creates a data source that you use to with an Amazon Kendra index.
You specify a name, data source connector type and description for your data source. You also specify configuration information such as document metadata (author, source URI, and so on) and user context information.
CreateDataSource
is a synchronous operation. The operation returns 200 if the data source was
successfully created. Otherwise, an exception is raised.
createDataSourceAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateFaqResult> createFaqAsync(CreateFaqRequest request)
AWSkendraAsync
Creates an new set of frequently asked question (FAQ) questions and answers.
createFaqAsync
in interface AWSkendraAsync
public Future<CreateFaqResult> createFaqAsync(CreateFaqRequest request, AsyncHandler<CreateFaqRequest,CreateFaqResult> asyncHandler)
AWSkendraAsync
Creates an new set of frequently asked question (FAQ) questions and answers.
createFaqAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateIndexResult> createIndexAsync(CreateIndexRequest request)
AWSkendraAsync
Creates a new Amazon Kendra index. Index creation is an asynchronous operation. To determine if index creation
has completed, check the Status
field returned from a call to . The Status
field is set
to ACTIVE
when the index is ready to use.
Once the index is active you can index your documents using the operation or using one of the supported data sources.
createIndexAsync
in interface AWSkendraAsync
public Future<CreateIndexResult> createIndexAsync(CreateIndexRequest request, AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler)
AWSkendraAsync
Creates a new Amazon Kendra index. Index creation is an asynchronous operation. To determine if index creation
has completed, check the Status
field returned from a call to . The Status
field is set
to ACTIVE
when the index is ready to use.
Once the index is active you can index your documents using the operation or using one of the supported data sources.
createIndexAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateThesaurusResult> createThesaurusAsync(CreateThesaurusRequest request)
AWSkendraAsync
Creates a thesaurus for an index. The thesaurus contains a list of synonyms in Solr format.
createThesaurusAsync
in interface AWSkendraAsync
public Future<CreateThesaurusResult> createThesaurusAsync(CreateThesaurusRequest request, AsyncHandler<CreateThesaurusRequest,CreateThesaurusResult> asyncHandler)
AWSkendraAsync
Creates a thesaurus for an index. The thesaurus contains a list of synonyms in Solr format.
createThesaurusAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteDataSourceResult> deleteDataSourceAsync(DeleteDataSourceRequest request)
AWSkendraAsync
Deletes an Amazon Kendra data source. An exception is not thrown if the data source is already being deleted.
While the data source is being deleted, the Status
field returned by a call to the operation is set
to DELETING
. For more information, see Deleting Data Sources.
deleteDataSourceAsync
in interface AWSkendraAsync
public Future<DeleteDataSourceResult> deleteDataSourceAsync(DeleteDataSourceRequest request, AsyncHandler<DeleteDataSourceRequest,DeleteDataSourceResult> asyncHandler)
AWSkendraAsync
Deletes an Amazon Kendra data source. An exception is not thrown if the data source is already being deleted.
While the data source is being deleted, the Status
field returned by a call to the operation is set
to DELETING
. For more information, see Deleting Data Sources.
deleteDataSourceAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteFaqResult> deleteFaqAsync(DeleteFaqRequest request)
AWSkendraAsync
Removes an FAQ from an index.
deleteFaqAsync
in interface AWSkendraAsync
public Future<DeleteFaqResult> deleteFaqAsync(DeleteFaqRequest request, AsyncHandler<DeleteFaqRequest,DeleteFaqResult> asyncHandler)
AWSkendraAsync
Removes an FAQ from an index.
deleteFaqAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteIndexResult> deleteIndexAsync(DeleteIndexRequest request)
AWSkendraAsync
Deletes an existing Amazon Kendra index. An exception is not thrown if the index is already being deleted. While
the index is being deleted, the Status
field returned by a call to the DescribeIndex
operation is set to DELETING
.
deleteIndexAsync
in interface AWSkendraAsync
public Future<DeleteIndexResult> deleteIndexAsync(DeleteIndexRequest request, AsyncHandler<DeleteIndexRequest,DeleteIndexResult> asyncHandler)
AWSkendraAsync
Deletes an existing Amazon Kendra index. An exception is not thrown if the index is already being deleted. While
the index is being deleted, the Status
field returned by a call to the DescribeIndex
operation is set to DELETING
.
deleteIndexAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteThesaurusResult> deleteThesaurusAsync(DeleteThesaurusRequest request)
AWSkendraAsync
Deletes an existing Amazon Kendra thesaurus.
deleteThesaurusAsync
in interface AWSkendraAsync
public Future<DeleteThesaurusResult> deleteThesaurusAsync(DeleteThesaurusRequest request, AsyncHandler<DeleteThesaurusRequest,DeleteThesaurusResult> asyncHandler)
AWSkendraAsync
Deletes an existing Amazon Kendra thesaurus.
deleteThesaurusAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeDataSourceResult> describeDataSourceAsync(DescribeDataSourceRequest request)
AWSkendraAsync
Gets information about a Amazon Kendra data source.
describeDataSourceAsync
in interface AWSkendraAsync
public Future<DescribeDataSourceResult> describeDataSourceAsync(DescribeDataSourceRequest request, AsyncHandler<DescribeDataSourceRequest,DescribeDataSourceResult> asyncHandler)
AWSkendraAsync
Gets information about a Amazon Kendra data source.
describeDataSourceAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeFaqResult> describeFaqAsync(DescribeFaqRequest request)
AWSkendraAsync
Gets information about an FAQ list.
describeFaqAsync
in interface AWSkendraAsync
public Future<DescribeFaqResult> describeFaqAsync(DescribeFaqRequest request, AsyncHandler<DescribeFaqRequest,DescribeFaqResult> asyncHandler)
AWSkendraAsync
Gets information about an FAQ list.
describeFaqAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeIndexResult> describeIndexAsync(DescribeIndexRequest request)
AWSkendraAsync
Describes an existing Amazon Kendra index
describeIndexAsync
in interface AWSkendraAsync
public Future<DescribeIndexResult> describeIndexAsync(DescribeIndexRequest request, AsyncHandler<DescribeIndexRequest,DescribeIndexResult> asyncHandler)
AWSkendraAsync
Describes an existing Amazon Kendra index
describeIndexAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeThesaurusResult> describeThesaurusAsync(DescribeThesaurusRequest request)
AWSkendraAsync
Describes an existing Amazon Kendra thesaurus.
describeThesaurusAsync
in interface AWSkendraAsync
public Future<DescribeThesaurusResult> describeThesaurusAsync(DescribeThesaurusRequest request, AsyncHandler<DescribeThesaurusRequest,DescribeThesaurusResult> asyncHandler)
AWSkendraAsync
Describes an existing Amazon Kendra thesaurus.
describeThesaurusAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDataSourceSyncJobsResult> listDataSourceSyncJobsAsync(ListDataSourceSyncJobsRequest request)
AWSkendraAsync
Gets statistics about synchronizing Amazon Kendra with a data source.
listDataSourceSyncJobsAsync
in interface AWSkendraAsync
public Future<ListDataSourceSyncJobsResult> listDataSourceSyncJobsAsync(ListDataSourceSyncJobsRequest request, AsyncHandler<ListDataSourceSyncJobsRequest,ListDataSourceSyncJobsResult> asyncHandler)
AWSkendraAsync
Gets statistics about synchronizing Amazon Kendra with a data source.
listDataSourceSyncJobsAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListDataSourcesResult> listDataSourcesAsync(ListDataSourcesRequest request)
AWSkendraAsync
Lists the data sources that you have created.
listDataSourcesAsync
in interface AWSkendraAsync
public Future<ListDataSourcesResult> listDataSourcesAsync(ListDataSourcesRequest request, AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler)
AWSkendraAsync
Lists the data sources that you have created.
listDataSourcesAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListFaqsResult> listFaqsAsync(ListFaqsRequest request)
AWSkendraAsync
Gets a list of FAQ lists associated with an index.
listFaqsAsync
in interface AWSkendraAsync
public Future<ListFaqsResult> listFaqsAsync(ListFaqsRequest request, AsyncHandler<ListFaqsRequest,ListFaqsResult> asyncHandler)
AWSkendraAsync
Gets a list of FAQ lists associated with an index.
listFaqsAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListIndicesResult> listIndicesAsync(ListIndicesRequest request)
AWSkendraAsync
Lists the Amazon Kendra indexes that you have created.
listIndicesAsync
in interface AWSkendraAsync
public Future<ListIndicesResult> listIndicesAsync(ListIndicesRequest request, AsyncHandler<ListIndicesRequest,ListIndicesResult> asyncHandler)
AWSkendraAsync
Lists the Amazon Kendra indexes that you have created.
listIndicesAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AWSkendraAsync
Gets a list of tags associated with a specified resource. Indexes, FAQs, and data sources can have tags associated with them.
listTagsForResourceAsync
in interface AWSkendraAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AWSkendraAsync
Gets a list of tags associated with a specified resource. Indexes, FAQs, and data sources can have tags associated with them.
listTagsForResourceAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListThesauriResult> listThesauriAsync(ListThesauriRequest request)
AWSkendraAsync
Lists the Amazon Kendra thesauri associated with an index.
listThesauriAsync
in interface AWSkendraAsync
public Future<ListThesauriResult> listThesauriAsync(ListThesauriRequest request, AsyncHandler<ListThesauriRequest,ListThesauriResult> asyncHandler)
AWSkendraAsync
Lists the Amazon Kendra thesauri associated with an index.
listThesauriAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<QueryResult> queryAsync(QueryRequest request)
AWSkendraAsync
Searches an active index. Use this API to search your documents using query. The Query
operation
enables to do faceted search and to filter results based on document attributes.
It also enables you to provide user context that Amazon Kendra uses to enforce document access control in the search results.
Amazon Kendra searches your index for text content and question and answer (FAQ) content. By default the response contains three types of results.
Relevant passages
Matching FAQs
Relevant documents
You can specify that the query return only one type of result using the QueryResultTypeConfig
parameter.
Each query returns the 100 most relevant results.
queryAsync
in interface AWSkendraAsync
public Future<QueryResult> queryAsync(QueryRequest request, AsyncHandler<QueryRequest,QueryResult> asyncHandler)
AWSkendraAsync
Searches an active index. Use this API to search your documents using query. The Query
operation
enables to do faceted search and to filter results based on document attributes.
It also enables you to provide user context that Amazon Kendra uses to enforce document access control in the search results.
Amazon Kendra searches your index for text content and question and answer (FAQ) content. By default the response contains three types of results.
Relevant passages
Matching FAQs
Relevant documents
You can specify that the query return only one type of result using the QueryResultTypeConfig
parameter.
Each query returns the 100 most relevant results.
queryAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartDataSourceSyncJobResult> startDataSourceSyncJobAsync(StartDataSourceSyncJobRequest request)
AWSkendraAsync
Starts a synchronization job for a data source. If a synchronization job is already in progress, Amazon Kendra
returns a ResourceInUseException
exception.
startDataSourceSyncJobAsync
in interface AWSkendraAsync
public Future<StartDataSourceSyncJobResult> startDataSourceSyncJobAsync(StartDataSourceSyncJobRequest request, AsyncHandler<StartDataSourceSyncJobRequest,StartDataSourceSyncJobResult> asyncHandler)
AWSkendraAsync
Starts a synchronization job for a data source. If a synchronization job is already in progress, Amazon Kendra
returns a ResourceInUseException
exception.
startDataSourceSyncJobAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StopDataSourceSyncJobResult> stopDataSourceSyncJobAsync(StopDataSourceSyncJobRequest request)
AWSkendraAsync
Stops a running synchronization job. You can't stop a scheduled synchronization job.
stopDataSourceSyncJobAsync
in interface AWSkendraAsync
public Future<StopDataSourceSyncJobResult> stopDataSourceSyncJobAsync(StopDataSourceSyncJobRequest request, AsyncHandler<StopDataSourceSyncJobRequest,StopDataSourceSyncJobResult> asyncHandler)
AWSkendraAsync
Stops a running synchronization job. You can't stop a scheduled synchronization job.
stopDataSourceSyncJobAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SubmitFeedbackResult> submitFeedbackAsync(SubmitFeedbackRequest request)
AWSkendraAsync
Enables you to provide feedback to Amazon Kendra to improve the performance of the service.
submitFeedbackAsync
in interface AWSkendraAsync
public Future<SubmitFeedbackResult> submitFeedbackAsync(SubmitFeedbackRequest request, AsyncHandler<SubmitFeedbackRequest,SubmitFeedbackResult> asyncHandler)
AWSkendraAsync
Enables you to provide feedback to Amazon Kendra to improve the performance of the service.
submitFeedbackAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AWSkendraAsync
Adds the specified tag to the specified index, FAQ, or data source resource. If the tag already exists, the existing value is replaced with the new value.
tagResourceAsync
in interface AWSkendraAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AWSkendraAsync
Adds the specified tag to the specified index, FAQ, or data source resource. If the tag already exists, the existing value is replaced with the new value.
tagResourceAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AWSkendraAsync
Removes a tag from an index, FAQ, or a data source.
untagResourceAsync
in interface AWSkendraAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AWSkendraAsync
Removes a tag from an index, FAQ, or a data source.
untagResourceAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateDataSourceResult> updateDataSourceAsync(UpdateDataSourceRequest request)
AWSkendraAsync
Updates an existing Amazon Kendra data source.
updateDataSourceAsync
in interface AWSkendraAsync
public Future<UpdateDataSourceResult> updateDataSourceAsync(UpdateDataSourceRequest request, AsyncHandler<UpdateDataSourceRequest,UpdateDataSourceResult> asyncHandler)
AWSkendraAsync
Updates an existing Amazon Kendra data source.
updateDataSourceAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateIndexResult> updateIndexAsync(UpdateIndexRequest request)
AWSkendraAsync
Updates an existing Amazon Kendra index.
updateIndexAsync
in interface AWSkendraAsync
public Future<UpdateIndexResult> updateIndexAsync(UpdateIndexRequest request, AsyncHandler<UpdateIndexRequest,UpdateIndexResult> asyncHandler)
AWSkendraAsync
Updates an existing Amazon Kendra index.
updateIndexAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateThesaurusResult> updateThesaurusAsync(UpdateThesaurusRequest request)
AWSkendraAsync
Updates a thesaurus file associated with an index.
updateThesaurusAsync
in interface AWSkendraAsync
public Future<UpdateThesaurusResult> updateThesaurusAsync(UpdateThesaurusRequest request, AsyncHandler<UpdateThesaurusRequest,UpdateThesaurusResult> asyncHandler)
AWSkendraAsync
Updates a thesaurus file associated with an index.
updateThesaurusAsync
in interface AWSkendraAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.