Uses of Class
software.amazon.awssdk.services.kendra.model.UserGroupResolutionConfiguration
-
Packages that use UserGroupResolutionConfiguration Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of UserGroupResolutionConfiguration in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return UserGroupResolutionConfiguration Modifier and Type Method Description UserGroupResolutionConfigurationCreateIndexRequest. userGroupResolutionConfiguration()Gets users and groups from IAM Identity Center identity source.UserGroupResolutionConfigurationDescribeIndexResponse. userGroupResolutionConfiguration()Whether you have enabled IAM Identity Center identity source for your users and groups.UserGroupResolutionConfigurationUpdateIndexRequest. userGroupResolutionConfiguration()Gets users and groups from IAM Identity Center identity source.Methods in software.amazon.awssdk.services.kendra.model with parameters of type UserGroupResolutionConfiguration Modifier and Type Method Description CreateIndexRequest.BuilderCreateIndexRequest.Builder. userGroupResolutionConfiguration(UserGroupResolutionConfiguration userGroupResolutionConfiguration)Gets users and groups from IAM Identity Center identity source.DescribeIndexResponse.BuilderDescribeIndexResponse.Builder. userGroupResolutionConfiguration(UserGroupResolutionConfiguration userGroupResolutionConfiguration)Whether you have enabled IAM Identity Center identity source for your users and groups.UpdateIndexRequest.BuilderUpdateIndexRequest.Builder. userGroupResolutionConfiguration(UserGroupResolutionConfiguration userGroupResolutionConfiguration)Gets users and groups from IAM Identity Center identity source.
-