| Package | Description |
|---|---|
| com.amazonaws.services.kendra |
Amazon Kendra is a service for indexing large document sets.
|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeQuerySuggestionsBlockListResult |
AbstractAWSkendra.describeQuerySuggestionsBlockList(DescribeQuerySuggestionsBlockListRequest request) |
DescribeQuerySuggestionsBlockListResult |
AWSkendraClient.describeQuerySuggestionsBlockList(DescribeQuerySuggestionsBlockListRequest request)
Gets information about a block list used for query suggestions for an index.
|
DescribeQuerySuggestionsBlockListResult |
AWSkendra.describeQuerySuggestionsBlockList(DescribeQuerySuggestionsBlockListRequest describeQuerySuggestionsBlockListRequest)
Gets information about a block list used for query suggestions for an index.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeQuerySuggestionsBlockListResult |
DescribeQuerySuggestionsBlockListResult.clone() |
DescribeQuerySuggestionsBlockListResult |
DescribeQuerySuggestionsBlockListResult.withCreatedAt(Date createdAt)
The date-time a block list for query suggestions was created.
|
DescribeQuerySuggestionsBlockListResult |
DescribeQuerySuggestionsBlockListResult.withDescription(String description)
The description for the block list.
|
DescribeQuerySuggestionsBlockListResult |
DescribeQuerySuggestionsBlockListResult.withErrorMessage(String errorMessage)
The error message containing details if there are issues processing the block list.
|
DescribeQuerySuggestionsBlockListResult |
DescribeQuerySuggestionsBlockListResult.withFileSizeBytes(Long fileSizeBytes)
The current size of the block list text file in S3.
|
DescribeQuerySuggestionsBlockListResult |
DescribeQuerySuggestionsBlockListResult.withId(String id)
The identifier of the block list.
|
DescribeQuerySuggestionsBlockListResult |
DescribeQuerySuggestionsBlockListResult.withIndexId(String indexId)
The identifier of the index for the block list.
|
DescribeQuerySuggestionsBlockListResult |
DescribeQuerySuggestionsBlockListResult.withItemCount(Integer itemCount)
The current number of valid, non-empty words or phrases in the block list text file.
|
DescribeQuerySuggestionsBlockListResult |
DescribeQuerySuggestionsBlockListResult.withName(String name)
The name of the block list.
|
DescribeQuerySuggestionsBlockListResult |
DescribeQuerySuggestionsBlockListResult.withRoleArn(String roleArn)
The IAM (Identity and Access Management) role used by Amazon Kendra to access the block list text file in S3.
|
DescribeQuerySuggestionsBlockListResult |
DescribeQuerySuggestionsBlockListResult.withSourceS3Path(S3Path sourceS3Path)
Shows the current S3 path to your block list text file in your S3 bucket.
|
DescribeQuerySuggestionsBlockListResult |
DescribeQuerySuggestionsBlockListResult.withStatus(QuerySuggestionsBlockListStatus status)
The current status of the block list.
|
DescribeQuerySuggestionsBlockListResult |
DescribeQuerySuggestionsBlockListResult.withStatus(String status)
The current status of the block list.
|
DescribeQuerySuggestionsBlockListResult |
DescribeQuerySuggestionsBlockListResult.withUpdatedAt(Date updatedAt)
The date-time a block list for query suggestions was last updated.
|
Copyright © 2023. All rights reserved.