| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
FaqSummary |
FaqSummary.clone() |
FaqSummary |
FaqSummary.withCreatedAt(Date createdAt)
The Unix timestamp when the FAQ was created.
|
FaqSummary |
FaqSummary.withFileFormat(FaqFileFormat fileFormat)
The file type used to create the FAQ.
|
FaqSummary |
FaqSummary.withFileFormat(String fileFormat)
The file type used to create the FAQ.
|
FaqSummary |
FaqSummary.withId(String id)
The identifier of the FAQ.
|
FaqSummary |
FaqSummary.withLanguageCode(String languageCode)
The code for a language.
|
FaqSummary |
FaqSummary.withName(String name)
The name that you assigned the FAQ when you created or updated the FAQ.
|
FaqSummary |
FaqSummary.withStatus(FaqStatus status)
The current status of the FAQ.
|
FaqSummary |
FaqSummary.withStatus(String status)
The current status of the FAQ.
|
FaqSummary |
FaqSummary.withUpdatedAt(Date updatedAt)
The Unix timestamp when the FAQ was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
List<FaqSummary> |
ListFaqsResult.getFaqSummaryItems()
information about the FAQs associated with the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
ListFaqsResult |
ListFaqsResult.withFaqSummaryItems(FaqSummary... faqSummaryItems)
information about the FAQs associated with the specified index.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFaqsResult.setFaqSummaryItems(Collection<FaqSummary> faqSummaryItems)
information about the FAQs associated with the specified index.
|
ListFaqsResult |
ListFaqsResult.withFaqSummaryItems(Collection<FaqSummary> faqSummaryItems)
information about the FAQs associated with the specified index.
|
Copyright © 2024. All rights reserved.