| 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<CreateIndexResult> |
AWSkendraAsync.createIndexAsync(CreateIndexRequest createIndexRequest,
AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler)
Creates a new Amazon Kendra index.
|
Future<CreateIndexResult> |
AbstractAWSkendraAsync.createIndexAsync(CreateIndexRequest request,
AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler) |
Future<CreateIndexResult> |
AWSkendraAsyncClient.createIndexAsync(CreateIndexRequest request,
AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateIndexRequest |
CreateIndexRequest.clone() |
CreateIndexRequest |
CreateIndexRequest.withClientToken(String clientToken)
A token that you provide to identify the request to create an index.
|
CreateIndexRequest |
CreateIndexRequest.withDescription(String description)
A description for the index.
|
CreateIndexRequest |
CreateIndexRequest.withEdition(IndexEdition edition)
The Amazon Kendra edition to use for the index.
|
CreateIndexRequest |
CreateIndexRequest.withEdition(String edition)
The Amazon Kendra edition to use for the index.
|
CreateIndexRequest |
CreateIndexRequest.withName(String name)
The name for the new index.
|
CreateIndexRequest |
CreateIndexRequest.withRoleArn(String roleArn)
An IAM role that gives Amazon Kendra permissions to access your Amazon CloudWatch logs and metrics.
|
CreateIndexRequest |
CreateIndexRequest.withServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The identifier of the AWS KMS customer managed key (CMK) to use to encrypt data indexed by Amazon Kendra.
|
CreateIndexRequest |
CreateIndexRequest.withTags(Collection<Tag> tags)
A list of key-value pairs that identify the index.
|
CreateIndexRequest |
CreateIndexRequest.withTags(Tag... tags)
A list of key-value pairs that identify the index.
|
Copyright © 2020. All rights reserved.