@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AWSkendraAsyncClient extends AWSkendraClient implements AWSkendraAsync
AsyncHandler
can be used to receive notification when
an asynchronous operation completes.
Amazon Kendra is a service for indexing large document sets.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
associateEntitiesToExperience, associatePersonasToEntities, batchDeleteDocument, batchDeleteFeaturedResultsSet, batchGetDocumentStatus, batchPutDocument, builder, clearQuerySuggestions, createAccessControlConfiguration, createDataSource, createExperience, createFaq, createFeaturedResultsSet, createIndex, createQuerySuggestionsBlockList, createThesaurus, deleteAccessControlConfiguration, deleteDataSource, deleteExperience, deleteFaq, deleteIndex, deletePrincipalMapping, deleteQuerySuggestionsBlockList, deleteThesaurus, describeAccessControlConfiguration, describeDataSource, describeExperience, describeFaq, describeFeaturedResultsSet, describeIndex, describePrincipalMapping, describeQuerySuggestionsBlockList, describeQuerySuggestionsConfig, describeThesaurus, disassociateEntitiesFromExperience, disassociatePersonasFromEntities, getCachedResponseMetadata, getQuerySuggestions, getSnapshots, listAccessControlConfigurations, listDataSources, listDataSourceSyncJobs, listEntityPersonas, listExperienceEntities, listExperiences, listFaqs, listFeaturedResultsSets, listGroupsOlderThanOrderingId, listIndices, listQuerySuggestionsBlockLists, listTagsForResource, listThesauri, putPrincipalMapping, query, retrieve, startDataSourceSyncJob, stopDataSourceSyncJob, submitFeedback, tagResource, untagResource, updateAccessControlConfiguration, updateDataSource, updateExperience, updateFeaturedResultsSet, updateIndex, updateQuerySuggestionsBlockList, updateQuerySuggestionsConfig, updateThesaurus
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
associateEntitiesToExperience, associatePersonasToEntities, batchDeleteDocument, batchDeleteFeaturedResultsSet, batchGetDocumentStatus, batchPutDocument, clearQuerySuggestions, createAccessControlConfiguration, createDataSource, createExperience, createFaq, createFeaturedResultsSet, createIndex, createQuerySuggestionsBlockList, createThesaurus, deleteAccessControlConfiguration, deleteDataSource, deleteExperience, deleteFaq, deleteIndex, deletePrincipalMapping, deleteQuerySuggestionsBlockList, deleteThesaurus, describeAccessControlConfiguration, describeDataSource, describeExperience, describeFaq, describeFeaturedResultsSet, describeIndex, describePrincipalMapping, describeQuerySuggestionsBlockList, describeQuerySuggestionsConfig, describeThesaurus, disassociateEntitiesFromExperience, disassociatePersonasFromEntities, getCachedResponseMetadata, getQuerySuggestions, getSnapshots, listAccessControlConfigurations, listDataSources, listDataSourceSyncJobs, listEntityPersonas, listExperienceEntities, listExperiences, listFaqs, listFeaturedResultsSets, listGroupsOlderThanOrderingId, listIndices, listQuerySuggestionsBlockLists, listTagsForResource, listThesauri, putPrincipalMapping, query, retrieve, startDataSourceSyncJob, stopDataSourceSyncJob, submitFeedback, tagResource, untagResource, updateAccessControlConfiguration, updateDataSource, updateExperience, updateFeaturedResultsSet, updateIndex, updateQuerySuggestionsBlockList, updateQuerySuggestionsConfig, updateThesaurus
public static AWSkendraAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<AssociateEntitiesToExperienceResult> associateEntitiesToExperienceAsync(AssociateEntitiesToExperienceRequest request)
AWSkendraAsync
Grants users or groups in your IAM Identity Center identity source access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
associateEntitiesToExperienceAsync
in interface AWSkendraAsync
public Future<AssociateEntitiesToExperienceResult> associateEntitiesToExperienceAsync(AssociateEntitiesToExperienceRequest request, AsyncHandler<AssociateEntitiesToExperienceRequest,AssociateEntitiesToExperienceResult> asyncHandler)
AWSkendraAsync
Grants users or groups in your IAM Identity Center identity source access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
associateEntitiesToExperienceAsync
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<AssociatePersonasToEntitiesResult> associatePersonasToEntitiesAsync(AssociatePersonasToEntitiesRequest request)
AWSkendraAsync
Defines the specific permissions of users or groups in your IAM Identity Center identity source with access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
associatePersonasToEntitiesAsync
in interface AWSkendraAsync
public Future<AssociatePersonasToEntitiesResult> associatePersonasToEntitiesAsync(AssociatePersonasToEntitiesRequest request, AsyncHandler<AssociatePersonasToEntitiesRequest,AssociatePersonasToEntitiesResult> asyncHandler)
AWSkendraAsync
Defines the specific permissions of users or groups in your IAM Identity Center identity source with access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
associatePersonasToEntitiesAsync
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<BatchDeleteDocumentResult> batchDeleteDocumentAsync(BatchDeleteDocumentRequest request)
AWSkendraAsync
Removes one or more documents from an index. The documents must have been added with the
BatchPutDocument
API.
The documents are deleted asynchronously. You can see the progress of the deletion by using Amazon Web Services
CloudWatch. Any error messages related to the processing of the batch are sent to your Amazon Web Services
CloudWatch log. You can also use the BatchGetDocumentStatus
API to monitor the progress of deleting
your documents.
Deleting documents from an index using BatchDeleteDocument
could take up to an hour or more,
depending on the number of documents you want to delete.
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
API.
The documents are deleted asynchronously. You can see the progress of the deletion by using Amazon Web Services
CloudWatch. Any error messages related to the processing of the batch are sent to your Amazon Web Services
CloudWatch log. You can also use the BatchGetDocumentStatus
API to monitor the progress of deleting
your documents.
Deleting documents from an index using BatchDeleteDocument
could take up to an hour or more,
depending on the number of documents you want to delete.
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<BatchDeleteFeaturedResultsSetResult> batchDeleteFeaturedResultsSetAsync(BatchDeleteFeaturedResultsSetRequest request)
AWSkendraAsync
Removes one or more sets of featured results. Features results are placed above all other results for certain queries. If there's an exact match of a query, then one or more specific documents are featured in the search results.
batchDeleteFeaturedResultsSetAsync
in interface AWSkendraAsync
public Future<BatchDeleteFeaturedResultsSetResult> batchDeleteFeaturedResultsSetAsync(BatchDeleteFeaturedResultsSetRequest request, AsyncHandler<BatchDeleteFeaturedResultsSetRequest,BatchDeleteFeaturedResultsSetResult> asyncHandler)
AWSkendraAsync
Removes one or more sets of featured results. Features results are placed above all other results for certain queries. If there's an exact match of a query, then one or more specific documents are featured in the search results.
batchDeleteFeaturedResultsSetAsync
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<BatchGetDocumentStatusResult> batchGetDocumentStatusAsync(BatchGetDocumentStatusRequest request)
AWSkendraAsync
Returns the indexing status for one or more documents submitted with the BatchPutDocument API.
When you use the BatchPutDocument
API, documents are indexed asynchronously. You can use the
BatchGetDocumentStatus
API to get the current status of a list of documents so that you can
determine if they have been successfully indexed.
You can also use the BatchGetDocumentStatus
API to check the status of the BatchDeleteDocument API.
When a document is deleted from the index, Amazon Kendra returns NOT_FOUND
as the status.
batchGetDocumentStatusAsync
in interface AWSkendraAsync
public Future<BatchGetDocumentStatusResult> batchGetDocumentStatusAsync(BatchGetDocumentStatusRequest request, AsyncHandler<BatchGetDocumentStatusRequest,BatchGetDocumentStatusResult> asyncHandler)
AWSkendraAsync
Returns the indexing status for one or more documents submitted with the BatchPutDocument API.
When you use the BatchPutDocument
API, documents are indexed asynchronously. You can use the
BatchGetDocumentStatus
API to get the current status of a list of documents so that you can
determine if they have been successfully indexed.
You can also use the BatchGetDocumentStatus
API to check the status of the BatchDeleteDocument API.
When a document is deleted from the index, Amazon Kendra returns NOT_FOUND
as the status.
batchGetDocumentStatusAsync
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
API enables you to ingest inline documents or a set of documents stored in an
Amazon S3 bucket. Use this API 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 Amazon Web Services
CloudWatch. Any error messages related to processing the batch are sent to your Amazon Web Services CloudWatch
log. You can also use the BatchGetDocumentStatus
API to monitor the progress of indexing your
documents.
For an example of ingesting inline documents using Python and Java SDKs, see Adding files directly to an index.
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
API enables you to ingest inline documents or a set of documents stored in an
Amazon S3 bucket. Use this API 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 Amazon Web Services
CloudWatch. Any error messages related to processing the batch are sent to your Amazon Web Services CloudWatch
log. You can also use the BatchGetDocumentStatus
API to monitor the progress of indexing your
documents.
For an example of ingesting inline documents using Python and Java SDKs, see Adding files directly to an index.
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<ClearQuerySuggestionsResult> clearQuerySuggestionsAsync(ClearQuerySuggestionsRequest request)
AWSkendraAsync
Clears existing query suggestions from an index.
This deletes existing suggestions only, not the queries in the query log. After you clear suggestions, Amazon Kendra learns new suggestions based on new queries added to the query log from the time you cleared suggestions. If you do not see any new suggestions, then please allow Amazon Kendra to collect enough queries to learn new suggestions.
ClearQuerySuggestions
is currently not supported in the Amazon Web Services GovCloud (US-West)
region.
clearQuerySuggestionsAsync
in interface AWSkendraAsync
public Future<ClearQuerySuggestionsResult> clearQuerySuggestionsAsync(ClearQuerySuggestionsRequest request, AsyncHandler<ClearQuerySuggestionsRequest,ClearQuerySuggestionsResult> asyncHandler)
AWSkendraAsync
Clears existing query suggestions from an index.
This deletes existing suggestions only, not the queries in the query log. After you clear suggestions, Amazon Kendra learns new suggestions based on new queries added to the query log from the time you cleared suggestions. If you do not see any new suggestions, then please allow Amazon Kendra to collect enough queries to learn new suggestions.
ClearQuerySuggestions
is currently not supported in the Amazon Web Services GovCloud (US-West)
region.
clearQuerySuggestionsAsync
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<CreateAccessControlConfigurationResult> createAccessControlConfigurationAsync(CreateAccessControlConfigurationRequest request)
AWSkendraAsync
Creates an access configuration for your documents. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
You can use this to re-configure your existing document level access control without indexing all of your documents again. For example, your index contains top-secret company documents that only certain employees or users should access. One of these users leaves the company or switches to a team that should be blocked from accessing top-secret documents. The user still has access to top-secret documents because the user had access when your documents were previously indexed. You can create a specific access control configuration for the user with deny access. You can later update the access control configuration to allow access if the user returns to the company and re-joins the 'top-secret' team. You can re-configure access control for your documents as circumstances change.
To apply your access control configuration to certain documents, you call the BatchPutDocument API with the
AccessControlConfigurationId
included in the Document object. If you use an S3
bucket as a data source, you update the .metadata.json
with the
AccessControlConfigurationId
and synchronize your data source. Amazon Kendra currently only supports
access control configuration for S3 data sources and documents indexed using the BatchPutDocument
API.
createAccessControlConfigurationAsync
in interface AWSkendraAsync
public Future<CreateAccessControlConfigurationResult> createAccessControlConfigurationAsync(CreateAccessControlConfigurationRequest request, AsyncHandler<CreateAccessControlConfigurationRequest,CreateAccessControlConfigurationResult> asyncHandler)
AWSkendraAsync
Creates an access configuration for your documents. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
You can use this to re-configure your existing document level access control without indexing all of your documents again. For example, your index contains top-secret company documents that only certain employees or users should access. One of these users leaves the company or switches to a team that should be blocked from accessing top-secret documents. The user still has access to top-secret documents because the user had access when your documents were previously indexed. You can create a specific access control configuration for the user with deny access. You can later update the access control configuration to allow access if the user returns to the company and re-joins the 'top-secret' team. You can re-configure access control for your documents as circumstances change.
To apply your access control configuration to certain documents, you call the BatchPutDocument API with the
AccessControlConfigurationId
included in the Document object. If you use an S3
bucket as a data source, you update the .metadata.json
with the
AccessControlConfigurationId
and synchronize your data source. Amazon Kendra currently only supports
access control configuration for S3 data sources and documents indexed using the BatchPutDocument
API.
createAccessControlConfigurationAsync
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 connector that you want to use with an Amazon Kendra index.
You specify a name, data source connector type and description for your data source. You also specify configuration information for the data source connector.
CreateDataSource
is a synchronous operation. The operation returns 200 if the data source was
successfully created. Otherwise, an exception is raised.
For an example of creating an index and data source using the Python SDK, see Getting started with Python SDK. For an example of creating an index and data source using the Java SDK, see Getting started with Java SDK.
createDataSourceAsync
in interface AWSkendraAsync
public Future<CreateDataSourceResult> createDataSourceAsync(CreateDataSourceRequest request, AsyncHandler<CreateDataSourceRequest,CreateDataSourceResult> asyncHandler)
AWSkendraAsync
Creates a data source connector that you want to use with an Amazon Kendra index.
You specify a name, data source connector type and description for your data source. You also specify configuration information for the data source connector.
CreateDataSource
is a synchronous operation. The operation returns 200 if the data source was
successfully created. Otherwise, an exception is raised.
For an example of creating an index and data source using the Python SDK, see Getting started with Python SDK. For an example of creating an index and data source using the Java SDK, see Getting started with Java SDK.
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<CreateExperienceResult> createExperienceAsync(CreateExperienceRequest request)
AWSkendraAsync
Creates an Amazon Kendra experience such as a search application. For more information on creating a search application experience, including using the Python and Java SDKs, see Building a search experience with no code.
createExperienceAsync
in interface AWSkendraAsync
public Future<CreateExperienceResult> createExperienceAsync(CreateExperienceRequest request, AsyncHandler<CreateExperienceRequest,CreateExperienceResult> asyncHandler)
AWSkendraAsync
Creates an Amazon Kendra experience such as a search application. For more information on creating a search application experience, including using the Python and Java SDKs, see Building a search experience with no code.
createExperienceAsync
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 a set of frequently ask questions (FAQs) using a specified FAQ file stored in an Amazon S3 bucket.
Adding FAQs to an index is an asynchronous operation.
For an example of adding an FAQ to an index using Python and Java SDKs, see Using your FAQ file.
createFaqAsync
in interface AWSkendraAsync
public Future<CreateFaqResult> createFaqAsync(CreateFaqRequest request, AsyncHandler<CreateFaqRequest,CreateFaqResult> asyncHandler)
AWSkendraAsync
Creates a set of frequently ask questions (FAQs) using a specified FAQ file stored in an Amazon S3 bucket.
Adding FAQs to an index is an asynchronous operation.
For an example of adding an FAQ to an index using Python and Java SDKs, see Using your FAQ file.
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<CreateFeaturedResultsSetResult> createFeaturedResultsSetAsync(CreateFeaturedResultsSetRequest request)
AWSkendraAsync
Creates a set of featured results to display at the top of the search results page. Featured results are placed above all other results for certain queries. You map specific queries to specific documents for featuring in the results. If a query contains an exact match, then one or more specific documents are featured in the search results.
You can create up to 50 sets of featured results per index. You can request to increase this limit by contacting Support.
createFeaturedResultsSetAsync
in interface AWSkendraAsync
public Future<CreateFeaturedResultsSetResult> createFeaturedResultsSetAsync(CreateFeaturedResultsSetRequest request, AsyncHandler<CreateFeaturedResultsSetRequest,CreateFeaturedResultsSetResult> asyncHandler)
AWSkendraAsync
Creates a set of featured results to display at the top of the search results page. Featured results are placed above all other results for certain queries. You map specific queries to specific documents for featuring in the results. If a query contains an exact match, then one or more specific documents are featured in the search results.
You can create up to 50 sets of featured results per index. You can request to increase this limit by contacting Support.
createFeaturedResultsSetAsync
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 an Amazon Kendra index. Index creation is an asynchronous API. To determine if index creation has
completed, check the Status
field returned from a call to DescribeIndex
. 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 BatchPutDocument
API or using one
of the supported data sources.
For an example of creating an index and data source using the Python SDK, see Getting started with Python SDK. For an example of creating an index and data source using the Java SDK, see Getting started with Java SDK.
createIndexAsync
in interface AWSkendraAsync
public Future<CreateIndexResult> createIndexAsync(CreateIndexRequest request, AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler)
AWSkendraAsync
Creates an Amazon Kendra index. Index creation is an asynchronous API. To determine if index creation has
completed, check the Status
field returned from a call to DescribeIndex
. 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 BatchPutDocument
API or using one
of the supported data sources.
For an example of creating an index and data source using the Python SDK, see Getting started with Python SDK. For an example of creating an index and data source using the Java SDK, see Getting started with Java SDK.
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<CreateQuerySuggestionsBlockListResult> createQuerySuggestionsBlockListAsync(CreateQuerySuggestionsBlockListRequest request)
AWSkendraAsync
Creates a block list to exlcude certain queries from suggestions.
Any query that contains words or phrases specified in the block list is blocked or filtered out from being shown as a suggestion.
You need to provide the file location of your block list text file in your S3 bucket. In your text file, enter each block word or phrase on a separate line.
For information on the current quota limits for block lists, see Quotas for Amazon Kendra.
CreateQuerySuggestionsBlockList
is currently not supported in the Amazon Web Services GovCloud
(US-West) region.
For an example of creating a block list for query suggestions using the Python SDK, see Query suggestions block list.
createQuerySuggestionsBlockListAsync
in interface AWSkendraAsync
public Future<CreateQuerySuggestionsBlockListResult> createQuerySuggestionsBlockListAsync(CreateQuerySuggestionsBlockListRequest request, AsyncHandler<CreateQuerySuggestionsBlockListRequest,CreateQuerySuggestionsBlockListResult> asyncHandler)
AWSkendraAsync
Creates a block list to exlcude certain queries from suggestions.
Any query that contains words or phrases specified in the block list is blocked or filtered out from being shown as a suggestion.
You need to provide the file location of your block list text file in your S3 bucket. In your text file, enter each block word or phrase on a separate line.
For information on the current quota limits for block lists, see Quotas for Amazon Kendra.
CreateQuerySuggestionsBlockList
is currently not supported in the Amazon Web Services GovCloud
(US-West) region.
For an example of creating a block list for query suggestions using the Python SDK, see Query suggestions block list.
createQuerySuggestionsBlockListAsync
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.
For an example of adding a thesaurus file to an index, see Adding custom synonyms to an index.
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.
For an example of adding a thesaurus file to an index, see Adding custom synonyms to an index.
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<DeleteAccessControlConfigurationResult> deleteAccessControlConfigurationAsync(DeleteAccessControlConfigurationRequest request)
AWSkendraAsync
Deletes an access control configuration that you created for your documents in an index. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
deleteAccessControlConfigurationAsync
in interface AWSkendraAsync
public Future<DeleteAccessControlConfigurationResult> deleteAccessControlConfigurationAsync(DeleteAccessControlConfigurationRequest request, AsyncHandler<DeleteAccessControlConfigurationRequest,DeleteAccessControlConfigurationResult> asyncHandler)
AWSkendraAsync
Deletes an access control configuration that you created for your documents in an index. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
deleteAccessControlConfigurationAsync
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 connector. 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
DescribeDataSource
API is set to DELETING
. For more information, see Deleting Data Sources.
Deleting an entire data source or re-syncing your index after deleting specific documents from a data source could take up to an hour or more, depending on the number of documents you want to delete.
deleteDataSourceAsync
in interface AWSkendraAsync
public Future<DeleteDataSourceResult> deleteDataSourceAsync(DeleteDataSourceRequest request, AsyncHandler<DeleteDataSourceRequest,DeleteDataSourceResult> asyncHandler)
AWSkendraAsync
Deletes an Amazon Kendra data source connector. 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
DescribeDataSource
API is set to DELETING
. For more information, see Deleting Data Sources.
Deleting an entire data source or re-syncing your index after deleting specific documents from a data source could take up to an hour or more, depending on the number of documents you want to delete.
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<DeleteExperienceResult> deleteExperienceAsync(DeleteExperienceRequest request)
AWSkendraAsync
Deletes your Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
deleteExperienceAsync
in interface AWSkendraAsync
public Future<DeleteExperienceResult> deleteExperienceAsync(DeleteExperienceRequest request, AsyncHandler<DeleteExperienceRequest,DeleteExperienceResult> asyncHandler)
AWSkendraAsync
Deletes your Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
deleteExperienceAsync
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 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
API is set
to DELETING
.
deleteIndexAsync
in interface AWSkendraAsync
public Future<DeleteIndexResult> deleteIndexAsync(DeleteIndexRequest request, AsyncHandler<DeleteIndexRequest,DeleteIndexResult> asyncHandler)
AWSkendraAsync
Deletes an 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
API 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<DeletePrincipalMappingResult> deletePrincipalMappingAsync(DeletePrincipalMappingRequest request)
AWSkendraAsync
Deletes a group so that all users and sub groups that belong to the group can no longer access documents only available to that group.
For example, after deleting the group "Summer Interns", all interns who belonged to that group no longer see intern-only documents in their search results.
If you want to delete or replace users or sub groups of a group, you need to use the
PutPrincipalMapping
operation. For example, if a user in the group "Engineering" leaves the
engineering team and another user takes their place, you provide an updated list of users or sub groups that
belong to the "Engineering" group when calling PutPrincipalMapping
. You can update your internal
list of users or sub groups and input this list when calling PutPrincipalMapping
.
DeletePrincipalMapping
is currently not supported in the Amazon Web Services GovCloud (US-West)
region.
deletePrincipalMappingAsync
in interface AWSkendraAsync
public Future<DeletePrincipalMappingResult> deletePrincipalMappingAsync(DeletePrincipalMappingRequest request, AsyncHandler<DeletePrincipalMappingRequest,DeletePrincipalMappingResult> asyncHandler)
AWSkendraAsync
Deletes a group so that all users and sub groups that belong to the group can no longer access documents only available to that group.
For example, after deleting the group "Summer Interns", all interns who belonged to that group no longer see intern-only documents in their search results.
If you want to delete or replace users or sub groups of a group, you need to use the
PutPrincipalMapping
operation. For example, if a user in the group "Engineering" leaves the
engineering team and another user takes their place, you provide an updated list of users or sub groups that
belong to the "Engineering" group when calling PutPrincipalMapping
. You can update your internal
list of users or sub groups and input this list when calling PutPrincipalMapping
.
DeletePrincipalMapping
is currently not supported in the Amazon Web Services GovCloud (US-West)
region.
deletePrincipalMappingAsync
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<DeleteQuerySuggestionsBlockListResult> deleteQuerySuggestionsBlockListAsync(DeleteQuerySuggestionsBlockListRequest request)
AWSkendraAsync
Deletes a block list used for query suggestions for an index.
A deleted block list might not take effect right away. Amazon Kendra needs to refresh the entire suggestions list to add back the queries that were previously blocked.
DeleteQuerySuggestionsBlockList
is currently not supported in the Amazon Web Services GovCloud
(US-West) region.
deleteQuerySuggestionsBlockListAsync
in interface AWSkendraAsync
public Future<DeleteQuerySuggestionsBlockListResult> deleteQuerySuggestionsBlockListAsync(DeleteQuerySuggestionsBlockListRequest request, AsyncHandler<DeleteQuerySuggestionsBlockListRequest,DeleteQuerySuggestionsBlockListResult> asyncHandler)
AWSkendraAsync
Deletes a block list used for query suggestions for an index.
A deleted block list might not take effect right away. Amazon Kendra needs to refresh the entire suggestions list to add back the queries that were previously blocked.
DeleteQuerySuggestionsBlockList
is currently not supported in the Amazon Web Services GovCloud
(US-West) region.
deleteQuerySuggestionsBlockListAsync
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 Amazon Kendra thesaurus.
deleteThesaurusAsync
in interface AWSkendraAsync
public Future<DeleteThesaurusResult> deleteThesaurusAsync(DeleteThesaurusRequest request, AsyncHandler<DeleteThesaurusRequest,DeleteThesaurusResult> asyncHandler)
AWSkendraAsync
Deletes an 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<DescribeAccessControlConfigurationResult> describeAccessControlConfigurationAsync(DescribeAccessControlConfigurationRequest request)
AWSkendraAsync
Gets information about an access control configuration that you created for your documents in an index. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
describeAccessControlConfigurationAsync
in interface AWSkendraAsync
public Future<DescribeAccessControlConfigurationResult> describeAccessControlConfigurationAsync(DescribeAccessControlConfigurationRequest request, AsyncHandler<DescribeAccessControlConfigurationRequest,DescribeAccessControlConfigurationResult> asyncHandler)
AWSkendraAsync
Gets information about an access control configuration that you created for your documents in an index. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
describeAccessControlConfigurationAsync
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 an Amazon Kendra data source connector.
describeDataSourceAsync
in interface AWSkendraAsync
public Future<DescribeDataSourceResult> describeDataSourceAsync(DescribeDataSourceRequest request, AsyncHandler<DescribeDataSourceRequest,DescribeDataSourceResult> asyncHandler)
AWSkendraAsync
Gets information about an Amazon Kendra data source connector.
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<DescribeExperienceResult> describeExperienceAsync(DescribeExperienceRequest request)
AWSkendraAsync
Gets information about your Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
describeExperienceAsync
in interface AWSkendraAsync
public Future<DescribeExperienceResult> describeExperienceAsync(DescribeExperienceRequest request, AsyncHandler<DescribeExperienceRequest,DescribeExperienceResult> asyncHandler)
AWSkendraAsync
Gets information about your Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
describeExperienceAsync
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<DescribeFeaturedResultsSetResult> describeFeaturedResultsSetAsync(DescribeFeaturedResultsSetRequest request)
AWSkendraAsync
Gets information about a set of featured results. Features results are placed above all other results for certain queries. If there's an exact match of a query, then one or more specific documents are featured in the search results.
describeFeaturedResultsSetAsync
in interface AWSkendraAsync
public Future<DescribeFeaturedResultsSetResult> describeFeaturedResultsSetAsync(DescribeFeaturedResultsSetRequest request, AsyncHandler<DescribeFeaturedResultsSetRequest,DescribeFeaturedResultsSetResult> asyncHandler)
AWSkendraAsync
Gets information about a set of featured results. Features results are placed above all other results for certain queries. If there's an exact match of a query, then one or more specific documents are featured in the search results.
describeFeaturedResultsSetAsync
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
Gets information about an Amazon Kendra index.
describeIndexAsync
in interface AWSkendraAsync
public Future<DescribeIndexResult> describeIndexAsync(DescribeIndexRequest request, AsyncHandler<DescribeIndexRequest,DescribeIndexResult> asyncHandler)
AWSkendraAsync
Gets information about an 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<DescribePrincipalMappingResult> describePrincipalMappingAsync(DescribePrincipalMappingRequest request)
AWSkendraAsync
Describes the processing of PUT
and DELETE
actions for mapping users to their groups.
This includes information on the status of actions currently processing or yet to be processed, when actions were
last updated, when actions were received by Amazon Kendra, the latest action that should process and apply after
other actions, and useful error messages if an action could not be processed.
DescribePrincipalMapping
is currently not supported in the Amazon Web Services GovCloud (US-West)
region.
describePrincipalMappingAsync
in interface AWSkendraAsync
public Future<DescribePrincipalMappingResult> describePrincipalMappingAsync(DescribePrincipalMappingRequest request, AsyncHandler<DescribePrincipalMappingRequest,DescribePrincipalMappingResult> asyncHandler)
AWSkendraAsync
Describes the processing of PUT
and DELETE
actions for mapping users to their groups.
This includes information on the status of actions currently processing or yet to be processed, when actions were
last updated, when actions were received by Amazon Kendra, the latest action that should process and apply after
other actions, and useful error messages if an action could not be processed.
DescribePrincipalMapping
is currently not supported in the Amazon Web Services GovCloud (US-West)
region.
describePrincipalMappingAsync
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<DescribeQuerySuggestionsBlockListResult> describeQuerySuggestionsBlockListAsync(DescribeQuerySuggestionsBlockListRequest request)
AWSkendraAsync
Gets information about a block list used for query suggestions for an index.
This is used to check the current settings that are applied to a block list.
DescribeQuerySuggestionsBlockList
is currently not supported in the Amazon Web Services GovCloud
(US-West) region.
describeQuerySuggestionsBlockListAsync
in interface AWSkendraAsync
public Future<DescribeQuerySuggestionsBlockListResult> describeQuerySuggestionsBlockListAsync(DescribeQuerySuggestionsBlockListRequest request, AsyncHandler<DescribeQuerySuggestionsBlockListRequest,DescribeQuerySuggestionsBlockListResult> asyncHandler)
AWSkendraAsync
Gets information about a block list used for query suggestions for an index.
This is used to check the current settings that are applied to a block list.
DescribeQuerySuggestionsBlockList
is currently not supported in the Amazon Web Services GovCloud
(US-West) region.
describeQuerySuggestionsBlockListAsync
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<DescribeQuerySuggestionsConfigResult> describeQuerySuggestionsConfigAsync(DescribeQuerySuggestionsConfigRequest request)
AWSkendraAsync
Gets information on the settings of query suggestions for an index.
This is used to check the current settings applied to query suggestions.
DescribeQuerySuggestionsConfig
is currently not supported in the Amazon Web Services GovCloud
(US-West) region.
describeQuerySuggestionsConfigAsync
in interface AWSkendraAsync
public Future<DescribeQuerySuggestionsConfigResult> describeQuerySuggestionsConfigAsync(DescribeQuerySuggestionsConfigRequest request, AsyncHandler<DescribeQuerySuggestionsConfigRequest,DescribeQuerySuggestionsConfigResult> asyncHandler)
AWSkendraAsync
Gets information on the settings of query suggestions for an index.
This is used to check the current settings applied to query suggestions.
DescribeQuerySuggestionsConfig
is currently not supported in the Amazon Web Services GovCloud
(US-West) region.
describeQuerySuggestionsConfigAsync
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
Gets information about an Amazon Kendra thesaurus.
describeThesaurusAsync
in interface AWSkendraAsync
public Future<DescribeThesaurusResult> describeThesaurusAsync(DescribeThesaurusRequest request, AsyncHandler<DescribeThesaurusRequest,DescribeThesaurusResult> asyncHandler)
AWSkendraAsync
Gets information about an 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<DisassociateEntitiesFromExperienceResult> disassociateEntitiesFromExperienceAsync(DisassociateEntitiesFromExperienceRequest request)
AWSkendraAsync
Prevents users or groups in your IAM Identity Center identity source from accessing your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
disassociateEntitiesFromExperienceAsync
in interface AWSkendraAsync
public Future<DisassociateEntitiesFromExperienceResult> disassociateEntitiesFromExperienceAsync(DisassociateEntitiesFromExperienceRequest request, AsyncHandler<DisassociateEntitiesFromExperienceRequest,DisassociateEntitiesFromExperienceResult> asyncHandler)
AWSkendraAsync
Prevents users or groups in your IAM Identity Center identity source from accessing your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
disassociateEntitiesFromExperienceAsync
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<DisassociatePersonasFromEntitiesResult> disassociatePersonasFromEntitiesAsync(DisassociatePersonasFromEntitiesRequest request)
AWSkendraAsync
Removes the specific permissions of users or groups in your IAM Identity Center identity source with access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
disassociatePersonasFromEntitiesAsync
in interface AWSkendraAsync
public Future<DisassociatePersonasFromEntitiesResult> disassociatePersonasFromEntitiesAsync(DisassociatePersonasFromEntitiesRequest request, AsyncHandler<DisassociatePersonasFromEntitiesRequest,DisassociatePersonasFromEntitiesResult> asyncHandler)
AWSkendraAsync
Removes the specific permissions of users or groups in your IAM Identity Center identity source with access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
disassociatePersonasFromEntitiesAsync
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<GetQuerySuggestionsResult> getQuerySuggestionsAsync(GetQuerySuggestionsRequest request)
AWSkendraAsync
Fetches the queries that are suggested to your users.
GetQuerySuggestions
is currently not supported in the Amazon Web Services GovCloud (US-West) region.
getQuerySuggestionsAsync
in interface AWSkendraAsync
public Future<GetQuerySuggestionsResult> getQuerySuggestionsAsync(GetQuerySuggestionsRequest request, AsyncHandler<GetQuerySuggestionsRequest,GetQuerySuggestionsResult> asyncHandler)
AWSkendraAsync
Fetches the queries that are suggested to your users.
GetQuerySuggestions
is currently not supported in the Amazon Web Services GovCloud (US-West) region.
getQuerySuggestionsAsync
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<GetSnapshotsResult> getSnapshotsAsync(GetSnapshotsRequest request)
AWSkendraAsync
Retrieves search metrics data. The data provides a snapshot of how your users interact with your search application and how effective the application is.
getSnapshotsAsync
in interface AWSkendraAsync
public Future<GetSnapshotsResult> getSnapshotsAsync(GetSnapshotsRequest request, AsyncHandler<GetSnapshotsRequest,GetSnapshotsResult> asyncHandler)
AWSkendraAsync
Retrieves search metrics data. The data provides a snapshot of how your users interact with your search application and how effective the application is.
getSnapshotsAsync
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<ListAccessControlConfigurationsResult> listAccessControlConfigurationsAsync(ListAccessControlConfigurationsRequest request)
AWSkendraAsync
Lists one or more access control configurations for an index. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
listAccessControlConfigurationsAsync
in interface AWSkendraAsync
public Future<ListAccessControlConfigurationsResult> listAccessControlConfigurationsAsync(ListAccessControlConfigurationsRequest request, AsyncHandler<ListAccessControlConfigurationsRequest,ListAccessControlConfigurationsResult> asyncHandler)
AWSkendraAsync
Lists one or more access control configurations for an index. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
listAccessControlConfigurationsAsync
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 a data source connector.
listDataSourceSyncJobsAsync
in interface AWSkendraAsync
public Future<ListDataSourceSyncJobsResult> listDataSourceSyncJobsAsync(ListDataSourceSyncJobsRequest request, AsyncHandler<ListDataSourceSyncJobsRequest,ListDataSourceSyncJobsResult> asyncHandler)
AWSkendraAsync
Gets statistics about synchronizing a data source connector.
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 source connectors that you have created.
listDataSourcesAsync
in interface AWSkendraAsync
public Future<ListDataSourcesResult> listDataSourcesAsync(ListDataSourcesRequest request, AsyncHandler<ListDataSourcesRequest,ListDataSourcesResult> asyncHandler)
AWSkendraAsync
Lists the data source connectors 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<ListEntityPersonasResult> listEntityPersonasAsync(ListEntityPersonasRequest request)
AWSkendraAsync
Lists specific permissions of users and groups with access to your Amazon Kendra experience.
listEntityPersonasAsync
in interface AWSkendraAsync
public Future<ListEntityPersonasResult> listEntityPersonasAsync(ListEntityPersonasRequest request, AsyncHandler<ListEntityPersonasRequest,ListEntityPersonasResult> asyncHandler)
AWSkendraAsync
Lists specific permissions of users and groups with access to your Amazon Kendra experience.
listEntityPersonasAsync
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<ListExperienceEntitiesResult> listExperienceEntitiesAsync(ListExperienceEntitiesRequest request)
AWSkendraAsync
Lists users or groups in your IAM Identity Center identity source that are granted access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
listExperienceEntitiesAsync
in interface AWSkendraAsync
public Future<ListExperienceEntitiesResult> listExperienceEntitiesAsync(ListExperienceEntitiesRequest request, AsyncHandler<ListExperienceEntitiesRequest,ListExperienceEntitiesResult> asyncHandler)
AWSkendraAsync
Lists users or groups in your IAM Identity Center identity source that are granted access to your Amazon Kendra experience. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
listExperienceEntitiesAsync
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<ListExperiencesResult> listExperiencesAsync(ListExperiencesRequest request)
AWSkendraAsync
Lists one or more Amazon Kendra experiences. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
listExperiencesAsync
in interface AWSkendraAsync
public Future<ListExperiencesResult> listExperiencesAsync(ListExperiencesRequest request, AsyncHandler<ListExperiencesRequest,ListExperiencesResult> asyncHandler)
AWSkendraAsync
Lists one or more Amazon Kendra experiences. You can create an Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
listExperiencesAsync
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<ListFeaturedResultsSetsResult> listFeaturedResultsSetsAsync(ListFeaturedResultsSetsRequest request)
AWSkendraAsync
Lists all your sets of featured results for a given index. Features results are placed above all other results for certain queries. If there's an exact match of a query, then one or more specific documents are featured in the search results.
listFeaturedResultsSetsAsync
in interface AWSkendraAsync
public Future<ListFeaturedResultsSetsResult> listFeaturedResultsSetsAsync(ListFeaturedResultsSetsRequest request, AsyncHandler<ListFeaturedResultsSetsRequest,ListFeaturedResultsSetsResult> asyncHandler)
AWSkendraAsync
Lists all your sets of featured results for a given index. Features results are placed above all other results for certain queries. If there's an exact match of a query, then one or more specific documents are featured in the search results.
listFeaturedResultsSetsAsync
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<ListGroupsOlderThanOrderingIdResult> listGroupsOlderThanOrderingIdAsync(ListGroupsOlderThanOrderingIdRequest request)
AWSkendraAsync
Provides a list of groups that are mapped to users before a given ordering or timestamp identifier.
ListGroupsOlderThanOrderingId
is currently not supported in the Amazon Web Services GovCloud
(US-West) region.
listGroupsOlderThanOrderingIdAsync
in interface AWSkendraAsync
public Future<ListGroupsOlderThanOrderingIdResult> listGroupsOlderThanOrderingIdAsync(ListGroupsOlderThanOrderingIdRequest request, AsyncHandler<ListGroupsOlderThanOrderingIdRequest,ListGroupsOlderThanOrderingIdResult> asyncHandler)
AWSkendraAsync
Provides a list of groups that are mapped to users before a given ordering or timestamp identifier.
ListGroupsOlderThanOrderingId
is currently not supported in the Amazon Web Services GovCloud
(US-West) region.
listGroupsOlderThanOrderingIdAsync
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 created.
listIndicesAsync
in interface AWSkendraAsync
public Future<ListIndicesResult> listIndicesAsync(ListIndicesRequest request, AsyncHandler<ListIndicesRequest,ListIndicesResult> asyncHandler)
AWSkendraAsync
Lists the Amazon Kendra indexes that you 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<ListQuerySuggestionsBlockListsResult> listQuerySuggestionsBlockListsAsync(ListQuerySuggestionsBlockListsRequest request)
AWSkendraAsync
Lists the block lists used for query suggestions for an index.
For information on the current quota limits for block lists, see Quotas for Amazon Kendra.
ListQuerySuggestionsBlockLists
is currently not supported in the Amazon Web Services GovCloud
(US-West) region.
listQuerySuggestionsBlockListsAsync
in interface AWSkendraAsync
public Future<ListQuerySuggestionsBlockListsResult> listQuerySuggestionsBlockListsAsync(ListQuerySuggestionsBlockListsRequest request, AsyncHandler<ListQuerySuggestionsBlockListsRequest,ListQuerySuggestionsBlockListsResult> asyncHandler)
AWSkendraAsync
Lists the block lists used for query suggestions for an index.
For information on the current quota limits for block lists, see Quotas for Amazon Kendra.
ListQuerySuggestionsBlockLists
is currently not supported in the Amazon Web Services GovCloud
(US-West) region.
listQuerySuggestionsBlockListsAsync
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 thesauri for an index.
listThesauriAsync
in interface AWSkendraAsync
public Future<ListThesauriResult> listThesauriAsync(ListThesauriRequest request, AsyncHandler<ListThesauriRequest,ListThesauriResult> asyncHandler)
AWSkendraAsync
Lists the thesauri for 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<PutPrincipalMappingResult> putPrincipalMappingAsync(PutPrincipalMappingRequest request)
AWSkendraAsync
Maps users to their groups so that you only need to provide the user ID when you issue the query.
You can also map sub groups to groups. For example, the group "Company Intellectual Property Teams" includes sub groups "Research" and "Engineering". These sub groups include their own list of users or people who work in these teams. Only users who work in research and engineering, and therefore belong in the intellectual property group, can see top-secret company documents in their search results.
This is useful for user context filtering, where search results are filtered based on the user or their group access to documents. For more information, see Filtering on user context.
If more than five PUT
actions for a group are currently processing, a validation exception is
thrown.
putPrincipalMappingAsync
in interface AWSkendraAsync
public Future<PutPrincipalMappingResult> putPrincipalMappingAsync(PutPrincipalMappingRequest request, AsyncHandler<PutPrincipalMappingRequest,PutPrincipalMappingResult> asyncHandler)
AWSkendraAsync
Maps users to their groups so that you only need to provide the user ID when you issue the query.
You can also map sub groups to groups. For example, the group "Company Intellectual Property Teams" includes sub groups "Research" and "Engineering". These sub groups include their own list of users or people who work in these teams. Only users who work in research and engineering, and therefore belong in the intellectual property group, can see top-secret company documents in their search results.
This is useful for user context filtering, where search results are filtered based on the user or their group access to documents. For more information, see Filtering on user context.
If more than five PUT
actions for a group are currently processing, a validation exception is
thrown.
putPrincipalMappingAsync
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 index given an input query.
If you are working with large language models (LLMs) or implementing retrieval augmented generation (RAG)
systems, you can use Amazon Kendra's Retrieve API, which can
return longer semantically relevant passages. We recommend using the Retrieve
API instead of filing
a service limit increase to increase the Query
API document excerpt length.
You can configure boosting or relevance tuning at the query level to override boosting at the index level, filter based on document fields/attributes and faceted search, and filter based on the user or their group access to documents. You can also include certain fields in the response that might provide useful additional information.
A query response contains three types of results.
Relevant suggested answers. The answers can be either a text excerpt or table excerpt. The answer can be highlighted in the excerpt.
Matching FAQs or questions-answer from your FAQ file.
Relevant documents. This result type includes an excerpt of the document with the document title. The searched terms can be highlighted in the excerpt.
You can specify that the query return only one type of result using the QueryResultTypeFilter
parameter. Each query returns the 100 most relevant results. If you filter result type to only question-answers,
a maximum of four results are returned. If you filter result type to only answers, a maximum of three results are
returned.
queryAsync
in interface AWSkendraAsync
public Future<QueryResult> queryAsync(QueryRequest request, AsyncHandler<QueryRequest,QueryResult> asyncHandler)
AWSkendraAsync
Searches an index given an input query.
If you are working with large language models (LLMs) or implementing retrieval augmented generation (RAG)
systems, you can use Amazon Kendra's Retrieve API, which can
return longer semantically relevant passages. We recommend using the Retrieve
API instead of filing
a service limit increase to increase the Query
API document excerpt length.
You can configure boosting or relevance tuning at the query level to override boosting at the index level, filter based on document fields/attributes and faceted search, and filter based on the user or their group access to documents. You can also include certain fields in the response that might provide useful additional information.
A query response contains three types of results.
Relevant suggested answers. The answers can be either a text excerpt or table excerpt. The answer can be highlighted in the excerpt.
Matching FAQs or questions-answer from your FAQ file.
Relevant documents. This result type includes an excerpt of the document with the document title. The searched terms can be highlighted in the excerpt.
You can specify that the query return only one type of result using the QueryResultTypeFilter
parameter. Each query returns the 100 most relevant results. If you filter result type to only question-answers,
a maximum of four results are returned. If you filter result type to only answers, a maximum of three results are
returned.
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<RetrieveResult> retrieveAsync(RetrieveRequest request)
AWSkendraAsync
Retrieves relevant passages or text excerpts given an input query.
This API is similar to the Query API. However, by default,
the Query
API only returns excerpt passages of up to 100 token words. With the Retrieve
API, you can retrieve longer passages of up to 200 token words and up to 100 semantically relevant passages. This
doesn't include question-answer or FAQ type responses from your index. The passages are text excerpts that can be
semantically extracted from multiple documents and multiple parts of the same document. If in extreme cases your
documents produce zero passages using the Retrieve
API, you can alternatively use the
Query
API and its types of responses.
You can also do the following:
Override boosting at the index level
Filter based on document fields or attributes
Filter based on the user or their group access to documents
View the confidence score bucket for a retrieved passage result. The confidence bucket provides a relative ranking that indicates how confident Amazon Kendra is that the response is relevant to the query.
Confidence score buckets are currently available only for English.
You can also include certain fields in the response that might provide useful additional information.
The Retrieve
API shares the number of query capacity
units that you set for your index. For more information on what's included in a single capacity unit and the
default base capacity for an index, see Adjusting capacity.
retrieveAsync
in interface AWSkendraAsync
public Future<RetrieveResult> retrieveAsync(RetrieveRequest request, AsyncHandler<RetrieveRequest,RetrieveResult> asyncHandler)
AWSkendraAsync
Retrieves relevant passages or text excerpts given an input query.
This API is similar to the Query API. However, by default,
the Query
API only returns excerpt passages of up to 100 token words. With the Retrieve
API, you can retrieve longer passages of up to 200 token words and up to 100 semantically relevant passages. This
doesn't include question-answer or FAQ type responses from your index. The passages are text excerpts that can be
semantically extracted from multiple documents and multiple parts of the same document. If in extreme cases your
documents produce zero passages using the Retrieve
API, you can alternatively use the
Query
API and its types of responses.
You can also do the following:
Override boosting at the index level
Filter based on document fields or attributes
Filter based on the user or their group access to documents
View the confidence score bucket for a retrieved passage result. The confidence bucket provides a relative ranking that indicates how confident Amazon Kendra is that the response is relevant to the query.
Confidence score buckets are currently available only for English.
You can also include certain fields in the response that might provide useful additional information.
The Retrieve
API shares the number of query capacity
units that you set for your index. For more information on what's included in a single capacity unit and the
default base capacity for an index, see Adjusting capacity.
retrieveAsync
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 connector. If a synchronization job is already in progress, Amazon
Kendra returns a ResourceInUseException
exception.
Re-syncing your data source with your index after modifying, adding, or deleting documents from your data source respository could take up to an hour or more, depending on the number of documents to sync.
startDataSourceSyncJobAsync
in interface AWSkendraAsync
public Future<StartDataSourceSyncJobResult> startDataSourceSyncJobAsync(StartDataSourceSyncJobRequest request, AsyncHandler<StartDataSourceSyncJobRequest,StartDataSourceSyncJobResult> asyncHandler)
AWSkendraAsync
Starts a synchronization job for a data source connector. If a synchronization job is already in progress, Amazon
Kendra returns a ResourceInUseException
exception.
Re-syncing your data source with your index after modifying, adding, or deleting documents from your data source respository could take up to an hour or more, depending on the number of documents to sync.
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 synchronization job that is currently running. 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 synchronization job that is currently running. 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 your index.
SubmitFeedback
is currently not supported in the Amazon Web Services GovCloud (US-West) region.
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 your index.
SubmitFeedback
is currently not supported in the Amazon Web Services GovCloud (US-West) region.
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<UpdateAccessControlConfigurationResult> updateAccessControlConfigurationAsync(UpdateAccessControlConfigurationRequest request)
AWSkendraAsync
Updates an access control configuration for your documents in an index. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
You can update an access control configuration you created without indexing all of your documents again. For example, your index contains top-secret company documents that only certain employees or users should access. You created an 'allow' access control configuration for one user who recently joined the 'top-secret' team, switching from a team with 'deny' access to top-secret documents. However, the user suddenly returns to their previous team and should no longer have access to top secret documents. You can update the access control configuration to re-configure access control for your documents as circumstances change.
You call the BatchPutDocument API to apply
the updated access control configuration, with the AccessControlConfigurationId
included in the Document object. If you use an S3
bucket as a data source, you synchronize your data source to apply the AccessControlConfigurationId
in the .metadata.json
file. Amazon Kendra currently only supports access control configuration for
S3 data sources and documents indexed using the BatchPutDocument
API.
updateAccessControlConfigurationAsync
in interface AWSkendraAsync
public Future<UpdateAccessControlConfigurationResult> updateAccessControlConfigurationAsync(UpdateAccessControlConfigurationRequest request, AsyncHandler<UpdateAccessControlConfigurationRequest,UpdateAccessControlConfigurationResult> asyncHandler)
AWSkendraAsync
Updates an access control configuration for your documents in an index. This includes user and group access information for your documents. This is useful for user context filtering, where search results are filtered based on the user or their group access to documents.
You can update an access control configuration you created without indexing all of your documents again. For example, your index contains top-secret company documents that only certain employees or users should access. You created an 'allow' access control configuration for one user who recently joined the 'top-secret' team, switching from a team with 'deny' access to top-secret documents. However, the user suddenly returns to their previous team and should no longer have access to top secret documents. You can update the access control configuration to re-configure access control for your documents as circumstances change.
You call the BatchPutDocument API to apply
the updated access control configuration, with the AccessControlConfigurationId
included in the Document object. If you use an S3
bucket as a data source, you synchronize your data source to apply the AccessControlConfigurationId
in the .metadata.json
file. Amazon Kendra currently only supports access control configuration for
S3 data sources and documents indexed using the BatchPutDocument
API.
updateAccessControlConfigurationAsync
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 Amazon Kendra data source connector.
updateDataSourceAsync
in interface AWSkendraAsync
public Future<UpdateDataSourceResult> updateDataSourceAsync(UpdateDataSourceRequest request, AsyncHandler<UpdateDataSourceRequest,UpdateDataSourceResult> asyncHandler)
AWSkendraAsync
Updates an Amazon Kendra data source connector.
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<UpdateExperienceResult> updateExperienceAsync(UpdateExperienceRequest request)
AWSkendraAsync
Updates your Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
updateExperienceAsync
in interface AWSkendraAsync
public Future<UpdateExperienceResult> updateExperienceAsync(UpdateExperienceRequest request, AsyncHandler<UpdateExperienceRequest,UpdateExperienceResult> asyncHandler)
AWSkendraAsync
Updates your Amazon Kendra experience such as a search application. For more information on creating a search application experience, see Building a search experience with no code.
updateExperienceAsync
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<UpdateFeaturedResultsSetResult> updateFeaturedResultsSetAsync(UpdateFeaturedResultsSetRequest request)
AWSkendraAsync
Updates a set of featured results. Features results are placed above all other results for certain queries. You map specific queries to specific documents for featuring in the results. If a query contains an exact match of a query, then one or more specific documents are featured in the search results.
updateFeaturedResultsSetAsync
in interface AWSkendraAsync
public Future<UpdateFeaturedResultsSetResult> updateFeaturedResultsSetAsync(UpdateFeaturedResultsSetRequest request, AsyncHandler<UpdateFeaturedResultsSetRequest,UpdateFeaturedResultsSetResult> asyncHandler)
AWSkendraAsync
Updates a set of featured results. Features results are placed above all other results for certain queries. You map specific queries to specific documents for featuring in the results. If a query contains an exact match of a query, then one or more specific documents are featured in the search results.
updateFeaturedResultsSetAsync
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 Amazon Kendra index.
updateIndexAsync
in interface AWSkendraAsync
public Future<UpdateIndexResult> updateIndexAsync(UpdateIndexRequest request, AsyncHandler<UpdateIndexRequest,UpdateIndexResult> asyncHandler)
AWSkendraAsync
Updates an 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<UpdateQuerySuggestionsBlockListResult> updateQuerySuggestionsBlockListAsync(UpdateQuerySuggestionsBlockListRequest request)
AWSkendraAsync
Updates a block list used for query suggestions for an index.
Updates to a block list might not take effect right away. Amazon Kendra needs to refresh the entire suggestions list to apply any updates to the block list. Other changes not related to the block list apply immediately.
If a block list is updating, then you need to wait for the first update to finish before submitting another update.
Amazon Kendra supports partial updates, so you only need to provide the fields you want to update.
UpdateQuerySuggestionsBlockList
is currently not supported in the Amazon Web Services GovCloud
(US-West) region.
updateQuerySuggestionsBlockListAsync
in interface AWSkendraAsync
public Future<UpdateQuerySuggestionsBlockListResult> updateQuerySuggestionsBlockListAsync(UpdateQuerySuggestionsBlockListRequest request, AsyncHandler<UpdateQuerySuggestionsBlockListRequest,UpdateQuerySuggestionsBlockListResult> asyncHandler)
AWSkendraAsync
Updates a block list used for query suggestions for an index.
Updates to a block list might not take effect right away. Amazon Kendra needs to refresh the entire suggestions list to apply any updates to the block list. Other changes not related to the block list apply immediately.
If a block list is updating, then you need to wait for the first update to finish before submitting another update.
Amazon Kendra supports partial updates, so you only need to provide the fields you want to update.
UpdateQuerySuggestionsBlockList
is currently not supported in the Amazon Web Services GovCloud
(US-West) region.
updateQuerySuggestionsBlockListAsync
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<UpdateQuerySuggestionsConfigResult> updateQuerySuggestionsConfigAsync(UpdateQuerySuggestionsConfigRequest request)
AWSkendraAsync
Updates the settings of query suggestions for an index.
Amazon Kendra supports partial updates, so you only need to provide the fields you want to update.
If an update is currently processing, you need to wait for the update to finish before making another update.
Updates to query suggestions settings might not take effect right away. The time for your updated settings to take effect depends on the updates made and the number of search queries in your index.
You can still enable/disable query suggestions at any time.
UpdateQuerySuggestionsConfig
is currently not supported in the Amazon Web Services GovCloud
(US-West) region.
updateQuerySuggestionsConfigAsync
in interface AWSkendraAsync
public Future<UpdateQuerySuggestionsConfigResult> updateQuerySuggestionsConfigAsync(UpdateQuerySuggestionsConfigRequest request, AsyncHandler<UpdateQuerySuggestionsConfigRequest,UpdateQuerySuggestionsConfigResult> asyncHandler)
AWSkendraAsync
Updates the settings of query suggestions for an index.
Amazon Kendra supports partial updates, so you only need to provide the fields you want to update.
If an update is currently processing, you need to wait for the update to finish before making another update.
Updates to query suggestions settings might not take effect right away. The time for your updated settings to take effect depends on the updates made and the number of search queries in your index.
You can still enable/disable query suggestions at any time.
UpdateQuerySuggestionsConfig
is currently not supported in the Amazon Web Services GovCloud
(US-West) region.
updateQuerySuggestionsConfigAsync
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 for an index.
updateThesaurusAsync
in interface AWSkendraAsync
public Future<UpdateThesaurusResult> updateThesaurusAsync(UpdateThesaurusRequest request, AsyncHandler<UpdateThesaurusRequest,UpdateThesaurusResult> asyncHandler)
AWSkendraAsync
Updates a thesaurus for 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.public void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AWSkendra
shutdown
in class AWSkendraClient