| Package | Description |
|---|---|
| com.amazonaws.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateThesaurusResult> |
AWSkendraAsyncClient.createThesaurusAsync(CreateThesaurusRequest request,
AsyncHandler<CreateThesaurusRequest,CreateThesaurusResult> asyncHandler) |
Future<CreateThesaurusResult> |
AWSkendraAsync.createThesaurusAsync(CreateThesaurusRequest createThesaurusRequest,
AsyncHandler<CreateThesaurusRequest,CreateThesaurusResult> asyncHandler)
Creates a thesaurus for an index.
|
Future<CreateThesaurusResult> |
AbstractAWSkendraAsync.createThesaurusAsync(CreateThesaurusRequest request,
AsyncHandler<CreateThesaurusRequest,CreateThesaurusResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateThesaurusRequest |
CreateThesaurusRequest.clone() |
CreateThesaurusRequest |
CreateThesaurusRequest.withClientToken(String clientToken)
A token that you provide to identify the request to create a thesaurus.
|
CreateThesaurusRequest |
CreateThesaurusRequest.withDescription(String description)
A description for the thesaurus.
|
CreateThesaurusRequest |
CreateThesaurusRequest.withIndexId(String indexId)
The identifier of the index for the thesaurus.
|
CreateThesaurusRequest |
CreateThesaurusRequest.withName(String name)
A name for the thesaurus.
|
CreateThesaurusRequest |
CreateThesaurusRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role with permission to access your S3 bucket that contains the
thesaurus file.
|
CreateThesaurusRequest |
CreateThesaurusRequest.withSourceS3Path(S3Path sourceS3Path)
The path to the thesaurus file in S3.
|
CreateThesaurusRequest |
CreateThesaurusRequest.withTags(Collection<Tag> tags)
A list of key-value pairs that identify or categorize the thesaurus.
|
CreateThesaurusRequest |
CreateThesaurusRequest.withTags(Tag... tags)
A list of key-value pairs that identify or categorize the thesaurus.
|
Copyright © 2024. All rights reserved.