| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
List<UserTokenConfiguration> |
UpdateIndexRequest.userTokenConfigurations()
The user token configuration.
|
List<UserTokenConfiguration> |
CreateIndexRequest.userTokenConfigurations()
The user token configuration.
|
List<UserTokenConfiguration> |
DescribeIndexResponse.userTokenConfigurations()
The user token configuration for the Amazon Kendra index.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIndexRequest.Builder |
UpdateIndexRequest.Builder.userTokenConfigurations(UserTokenConfiguration... userTokenConfigurations)
The user token configuration.
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.userTokenConfigurations(UserTokenConfiguration... userTokenConfigurations)
The user token configuration.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.userTokenConfigurations(UserTokenConfiguration... userTokenConfigurations)
The user token configuration for the Amazon Kendra index.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIndexRequest.Builder |
UpdateIndexRequest.Builder.userTokenConfigurations(Collection<UserTokenConfiguration> userTokenConfigurations)
The user token configuration.
|
CreateIndexRequest.Builder |
CreateIndexRequest.Builder.userTokenConfigurations(Collection<UserTokenConfiguration> userTokenConfigurations)
The user token configuration.
|
DescribeIndexResponse.Builder |
DescribeIndexResponse.Builder.userTokenConfigurations(Collection<UserTokenConfiguration> userTokenConfigurations)
The user token configuration for the Amazon Kendra index.
|
Copyright © 2021. All rights reserved.