| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
OneDriveUsers |
OneDriveUsers.clone() |
OneDriveUsers |
OneDriveConfiguration.getOneDriveUsers()
A list of user accounts whose documents should be indexed.
|
OneDriveUsers |
OneDriveUsers.withOneDriveUserList(Collection<String> oneDriveUserList)
A list of users whose documents should be indexed.
|
OneDriveUsers |
OneDriveUsers.withOneDriveUserList(String... oneDriveUserList)
A list of users whose documents should be indexed.
|
OneDriveUsers |
OneDriveUsers.withOneDriveUserS3Path(S3Path oneDriveUserS3Path)
The S3 bucket location of a file containing a list of users whose documents should be indexed.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OneDriveConfiguration.setOneDriveUsers(OneDriveUsers oneDriveUsers)
A list of user accounts whose documents should be indexed.
|
OneDriveConfiguration |
OneDriveConfiguration.withOneDriveUsers(OneDriveUsers oneDriveUsers)
A list of user accounts whose documents should be indexed.
|
Copyright © 2022. All rights reserved.