| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
ExperiencesSummary |
ExperiencesSummary.clone() |
ExperiencesSummary |
ExperiencesSummary.withCreatedAt(Date createdAt)
The date-time your Amazon Kendra experience was created.
|
ExperiencesSummary |
ExperiencesSummary.withEndpoints(Collection<ExperienceEndpoint> endpoints)
The endpoint URLs for your Amazon Kendra experiences.
|
ExperiencesSummary |
ExperiencesSummary.withEndpoints(ExperienceEndpoint... endpoints)
The endpoint URLs for your Amazon Kendra experiences.
|
ExperiencesSummary |
ExperiencesSummary.withId(String id)
The identifier of your Amazon Kendra experience.
|
ExperiencesSummary |
ExperiencesSummary.withName(String name)
The name of your Amazon Kendra experience.
|
ExperiencesSummary |
ExperiencesSummary.withStatus(ExperienceStatus status)
The processing status of your Amazon Kendra experience.
|
ExperiencesSummary |
ExperiencesSummary.withStatus(String status)
The processing status of your Amazon Kendra experience.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExperiencesSummary> |
ListExperiencesResult.getSummaryItems()
An array of summary information for one or more Amazon Kendra experiences.
|
| Modifier and Type | Method and Description |
|---|---|
ListExperiencesResult |
ListExperiencesResult.withSummaryItems(ExperiencesSummary... summaryItems)
An array of summary information for one or more Amazon Kendra experiences.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListExperiencesResult.setSummaryItems(Collection<ExperiencesSummary> summaryItems)
An array of summary information for one or more Amazon Kendra experiences.
|
ListExperiencesResult |
ListExperiencesResult.withSummaryItems(Collection<ExperiencesSummary> summaryItems)
An array of summary information for one or more Amazon Kendra experiences.
|
Copyright © 2021. All rights reserved.