| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
static ExperienceStatus |
ExperienceStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ExperienceStatus |
ExperiencesSummary.status()
The processing status of your Amazon Kendra experience.
|
ExperienceStatus |
DescribeExperienceResponse.status()
The current processing status of your Amazon Kendra experience.
|
static ExperienceStatus |
ExperienceStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExperienceStatus[] |
ExperienceStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ExperienceStatus> |
ExperienceStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ExperiencesSummary.Builder |
ExperiencesSummary.Builder.status(ExperienceStatus status)
The processing status of your Amazon Kendra experience.
|
DescribeExperienceResponse.Builder |
DescribeExperienceResponse.Builder.status(ExperienceStatus status)
The current processing status of your Amazon Kendra experience.
|
Copyright © 2023. All rights reserved.