| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
UserGroupResolutionConfiguration |
UserGroupResolutionConfiguration.clone() |
UserGroupResolutionConfiguration |
CreateIndexRequest.getUserGroupResolutionConfiguration()
Gets users and groups from IAM Identity Center identity source.
|
UserGroupResolutionConfiguration |
UpdateIndexRequest.getUserGroupResolutionConfiguration()
Enables fetching access levels of groups and users from an IAM Identity Center identity source.
|
UserGroupResolutionConfiguration |
DescribeIndexResult.getUserGroupResolutionConfiguration()
Whether you have enabled the configuration for fetching access levels of groups and users from an IAM Identity
Center identity source.
|
UserGroupResolutionConfiguration |
UserGroupResolutionConfiguration.withUserGroupResolutionMode(String userGroupResolutionMode)
The identity store provider (mode) you want to use to get users and groups.
|
UserGroupResolutionConfiguration |
UserGroupResolutionConfiguration.withUserGroupResolutionMode(UserGroupResolutionMode userGroupResolutionMode)
The identity store provider (mode) you want to use to get users and groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateIndexRequest.setUserGroupResolutionConfiguration(UserGroupResolutionConfiguration userGroupResolutionConfiguration)
Gets users and groups from IAM Identity Center identity source.
|
void |
UpdateIndexRequest.setUserGroupResolutionConfiguration(UserGroupResolutionConfiguration userGroupResolutionConfiguration)
Enables fetching access levels of groups and users from an IAM Identity Center identity source.
|
void |
DescribeIndexResult.setUserGroupResolutionConfiguration(UserGroupResolutionConfiguration userGroupResolutionConfiguration)
Whether you have enabled the configuration for fetching access levels of groups and users from an IAM Identity
Center identity source.
|
CreateIndexRequest |
CreateIndexRequest.withUserGroupResolutionConfiguration(UserGroupResolutionConfiguration userGroupResolutionConfiguration)
Gets users and groups from IAM Identity Center identity source.
|
UpdateIndexRequest |
UpdateIndexRequest.withUserGroupResolutionConfiguration(UserGroupResolutionConfiguration userGroupResolutionConfiguration)
Enables fetching access levels of groups and users from an IAM Identity Center identity source.
|
DescribeIndexResult |
DescribeIndexResult.withUserGroupResolutionConfiguration(UserGroupResolutionConfiguration userGroupResolutionConfiguration)
Whether you have enabled the configuration for fetching access levels of groups and users from an IAM Identity
Center identity source.
|
Copyright © 2024. All rights reserved.