| 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> |
AWSkendraAsync.createIndexAsync(CreateIndexRequest createIndexRequest,
AsyncHandler<CreateIndexRequest,CreateIndexResult> asyncHandler)
Creates an Amazon Kendra index.
|
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)
A name for the index.
|
CreateIndexRequest |
CreateIndexRequest.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of an IAM role with permission 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 or categorize the index.
|
CreateIndexRequest |
CreateIndexRequest.withTags(Tag... tags)
A list of key-value pairs that identify or categorize 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)
Gets users and groups from IAM Identity Center identity source.
|
CreateIndexRequest |
CreateIndexRequest.withUserTokenConfigurations(Collection<UserTokenConfiguration> userTokenConfigurations)
The user token configuration.
|
CreateIndexRequest |
CreateIndexRequest.withUserTokenConfigurations(UserTokenConfiguration... userTokenConfigurations)
The user token configuration.
|
Copyright © 2023. All rights reserved.