| 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> |
AbstractAWSkendraAsync.createIndexAsync(CreateIndexRequest request,
AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler) |
Future<CreateIndexResult> |
AWSkendraAsyncClient.createIndexAsync(CreateIndexRequest request,
AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler) |
Future<CreateIndexResult> |
AWSkendraAsync.createIndexAsync(CreateIndexRequest createIndexRequest,
AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler)
Creates an Amazon Kendra index.
|
| 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)
A name for the index.
|
CreateIndexRequest |
CreateIndexRequest.withRoleArn(String roleArn)
An Identity and Access Management (IAM) role that gives Amazon Kendra permissions to access your Amazon
CloudWatch logs and metrics.
|
CreateIndexRequest |
CreateIndexRequest.withServerSideEncryptionConfiguration(ServerSideEncryptionConfiguration serverSideEncryptionConfiguration)
The identifier of the KMS customer managed key (CMK) that's used 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.
|
CreateIndexRequest |
CreateIndexRequest.withUserContextPolicy(String userContextPolicy)
The user context policy.
|
CreateIndexRequest |
CreateIndexRequest.withUserContextPolicy(UserContextPolicy userContextPolicy)
The user context policy.
|
CreateIndexRequest |
CreateIndexRequest.withUserGroupResolutionConfiguration(UserGroupResolutionConfiguration userGroupResolutionConfiguration)
Enables fetching access levels of groups and users from an IAM Identity Center (successor to Single Sign-On)
identity source.
|
CreateIndexRequest |
CreateIndexRequest.withUserTokenConfigurations(Collection<UserTokenConfiguration> userTokenConfigurations)
The user token configuration.
|
CreateIndexRequest |
CreateIndexRequest.withUserTokenConfigurations(UserTokenConfiguration... userTokenConfigurations)
The user token configuration.
|
Copyright © 2022. All rights reserved.