| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
QuerySuggestionsBlockListSummary |
QuerySuggestionsBlockListSummary.clone() |
QuerySuggestionsBlockListSummary |
QuerySuggestionsBlockListSummary.withCreatedAt(Date createdAt)
The Unix timestamp when the block list was created.
|
QuerySuggestionsBlockListSummary |
QuerySuggestionsBlockListSummary.withId(String id)
The identifier of a block list.
|
QuerySuggestionsBlockListSummary |
QuerySuggestionsBlockListSummary.withItemCount(Integer itemCount)
The number of items in the block list file.
|
QuerySuggestionsBlockListSummary |
QuerySuggestionsBlockListSummary.withName(String name)
The name of the block list.
|
QuerySuggestionsBlockListSummary |
QuerySuggestionsBlockListSummary.withStatus(QuerySuggestionsBlockListStatus status)
The status of the block list.
|
QuerySuggestionsBlockListSummary |
QuerySuggestionsBlockListSummary.withStatus(String status)
The status of the block list.
|
QuerySuggestionsBlockListSummary |
QuerySuggestionsBlockListSummary.withUpdatedAt(Date updatedAt)
The Unix timestamp when the block list was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<QuerySuggestionsBlockListSummary> |
ListQuerySuggestionsBlockListsResult.getBlockListSummaryItems()
Summary items for a block list.
|
| Modifier and Type | Method and Description |
|---|---|
ListQuerySuggestionsBlockListsResult |
ListQuerySuggestionsBlockListsResult.withBlockListSummaryItems(QuerySuggestionsBlockListSummary... blockListSummaryItems)
Summary items for a block list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListQuerySuggestionsBlockListsResult.setBlockListSummaryItems(Collection<QuerySuggestionsBlockListSummary> blockListSummaryItems)
Summary items for a block list.
|
ListQuerySuggestionsBlockListsResult |
ListQuerySuggestionsBlockListsResult.withBlockListSummaryItems(Collection<QuerySuggestionsBlockListSummary> blockListSummaryItems)
Summary items for a block list.
|
Copyright © 2024. All rights reserved.