| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
UserTokenConfiguration |
UserTokenConfiguration.clone() |
UserTokenConfiguration |
UserTokenConfiguration.withJsonTokenTypeConfiguration(JsonTokenTypeConfiguration jsonTokenTypeConfiguration)
Information about the JSON token type configuration.
|
UserTokenConfiguration |
UserTokenConfiguration.withJwtTokenTypeConfiguration(JwtTokenTypeConfiguration jwtTokenTypeConfiguration)
Information about the JWT token type configuration.
|
| Modifier and Type | Method and Description |
|---|---|
List<UserTokenConfiguration> |
UpdateIndexRequest.getUserTokenConfigurations()
The user token configuration.
|
List<UserTokenConfiguration> |
DescribeIndexResult.getUserTokenConfigurations()
The user token configuration for the Amazon Kendra index.
|
List<UserTokenConfiguration> |
CreateIndexRequest.getUserTokenConfigurations()
The user token configuration.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIndexRequest |
UpdateIndexRequest.withUserTokenConfigurations(UserTokenConfiguration... userTokenConfigurations)
The user token configuration.
|
DescribeIndexResult |
DescribeIndexResult.withUserTokenConfigurations(UserTokenConfiguration... userTokenConfigurations)
The user token configuration for the Amazon Kendra index.
|
CreateIndexRequest |
CreateIndexRequest.withUserTokenConfigurations(UserTokenConfiguration... userTokenConfigurations)
The user token configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateIndexRequest.setUserTokenConfigurations(Collection<UserTokenConfiguration> userTokenConfigurations)
The user token configuration.
|
void |
DescribeIndexResult.setUserTokenConfigurations(Collection<UserTokenConfiguration> userTokenConfigurations)
The user token configuration for the Amazon Kendra index.
|
void |
CreateIndexRequest.setUserTokenConfigurations(Collection<UserTokenConfiguration> userTokenConfigurations)
The user token configuration.
|
UpdateIndexRequest |
UpdateIndexRequest.withUserTokenConfigurations(Collection<UserTokenConfiguration> userTokenConfigurations)
The user token configuration.
|
DescribeIndexResult |
DescribeIndexResult.withUserTokenConfigurations(Collection<UserTokenConfiguration> userTokenConfigurations)
The user token configuration for the Amazon Kendra index.
|
CreateIndexRequest |
CreateIndexRequest.withUserTokenConfigurations(Collection<UserTokenConfiguration> userTokenConfigurations)
The user token configuration.
|
Copyright © 2024. All rights reserved.