Uses of Class
software.amazon.awssdk.services.kendra.model.UserTokenConfiguration
-
Packages that use UserTokenConfiguration Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of UserTokenConfiguration in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type UserTokenConfiguration Modifier and Type Method Description List<UserTokenConfiguration>CreateIndexRequest. userTokenConfigurations()The user token configuration.List<UserTokenConfiguration>DescribeIndexResponse. userTokenConfigurations()The user token configuration for the Amazon Kendra index.List<UserTokenConfiguration>UpdateIndexRequest. userTokenConfigurations()The user token configuration.Methods in software.amazon.awssdk.services.kendra.model with parameters of type UserTokenConfiguration Modifier and Type Method Description CreateIndexRequest.BuilderCreateIndexRequest.Builder. userTokenConfigurations(UserTokenConfiguration... userTokenConfigurations)The user token configuration.DescribeIndexResponse.BuilderDescribeIndexResponse.Builder. userTokenConfigurations(UserTokenConfiguration... userTokenConfigurations)The user token configuration for the Amazon Kendra index.UpdateIndexRequest.BuilderUpdateIndexRequest.Builder. userTokenConfigurations(UserTokenConfiguration... userTokenConfigurations)The user token configuration.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type UserTokenConfiguration Modifier and Type Method Description CreateIndexRequest.BuilderCreateIndexRequest.Builder. userTokenConfigurations(Collection<UserTokenConfiguration> userTokenConfigurations)The user token configuration.DescribeIndexResponse.BuilderDescribeIndexResponse.Builder. userTokenConfigurations(Collection<UserTokenConfiguration> userTokenConfigurations)The user token configuration for the Amazon Kendra index.UpdateIndexRequest.BuilderUpdateIndexRequest.Builder. userTokenConfigurations(Collection<UserTokenConfiguration> userTokenConfigurations)The user token configuration.
-