| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
S3Path |
S3Path.clone() |
S3Path |
OneDriveUsers.getOneDriveUserS3Path()
The S3 bucket location of a file containing a list of users whose documents should be indexed.
|
S3Path |
DescribeFaqResult.getS3Path() |
S3Path |
Document.getS3Path() |
S3Path |
CreateFaqRequest.getS3Path()
The S3 location of the FAQ input data.
|
S3Path |
S3Path.withBucket(String bucket)
The name of the S3 bucket that contains the file.
|
S3Path |
S3Path.withKey(String key)
The name of the file.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OneDriveUsers.setOneDriveUserS3Path(S3Path oneDriveUserS3Path)
The S3 bucket location of a file containing a list of users whose documents should be indexed.
|
void |
DescribeFaqResult.setS3Path(S3Path s3Path) |
void |
Document.setS3Path(S3Path s3Path) |
void |
CreateFaqRequest.setS3Path(S3Path s3Path)
The S3 location of the FAQ input data.
|
OneDriveUsers |
OneDriveUsers.withOneDriveUserS3Path(S3Path oneDriveUserS3Path)
The S3 bucket location of a file containing a list of users whose documents should be indexed.
|
DescribeFaqResult |
DescribeFaqResult.withS3Path(S3Path s3Path) |
Document |
Document.withS3Path(S3Path s3Path) |
CreateFaqRequest |
CreateFaqRequest.withS3Path(S3Path s3Path)
The S3 location of the FAQ input data.
|
Copyright © 2020. All rights reserved.