| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ThesaurusSummary |
ThesaurusSummary.clone() |
ThesaurusSummary |
ThesaurusSummary.withCreatedAt(Date createdAt)
The Unix datetime that the thesaurus was created.
|
ThesaurusSummary |
ThesaurusSummary.withId(String id)
The identifier of the thesaurus.
|
ThesaurusSummary |
ThesaurusSummary.withName(String name)
The name of the thesaurus.
|
ThesaurusSummary |
ThesaurusSummary.withStatus(String status)
The status of the thesaurus.
|
ThesaurusSummary |
ThesaurusSummary.withStatus(ThesaurusStatus status)
The status of the thesaurus.
|
ThesaurusSummary |
ThesaurusSummary.withUpdatedAt(Date updatedAt)
The Unix datetime that the thesaurus was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<ThesaurusSummary> |
ListThesauriResult.getThesaurusSummaryItems()
An array of summary information for one or more thesauruses.
|
| Modifier and Type | Method and Description |
|---|---|
ListThesauriResult |
ListThesauriResult.withThesaurusSummaryItems(ThesaurusSummary... thesaurusSummaryItems)
An array of summary information for one or more thesauruses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListThesauriResult.setThesaurusSummaryItems(Collection<ThesaurusSummary> thesaurusSummaryItems)
An array of summary information for one or more thesauruses.
|
ListThesauriResult |
ListThesauriResult.withThesaurusSummaryItems(Collection<ThesaurusSummary> thesaurusSummaryItems)
An array of summary information for one or more thesauruses.
|
Copyright © 2021. All rights reserved.