Uses of Class
software.amazon.awssdk.services.kendra.model.ExperienceStatus
-
Packages that use ExperienceStatus Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of ExperienceStatus in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return ExperienceStatus Modifier and Type Method Description static ExperienceStatusExperienceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ExperienceStatusDescribeExperienceResponse. status()The current processing status of your Amazon Kendra experience.ExperienceStatusExperiencesSummary. status()The processing status of your Amazon Kendra experience.static ExperienceStatusExperienceStatus. 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.Methods in software.amazon.awssdk.services.kendra.model that return types with arguments of type ExperienceStatus Modifier and Type Method Description static Set<ExperienceStatus>ExperienceStatus. knownValues()Methods in software.amazon.awssdk.services.kendra.model with parameters of type ExperienceStatus Modifier and Type Method Description DescribeExperienceResponse.BuilderDescribeExperienceResponse.Builder. status(ExperienceStatus status)The current processing status of your Amazon Kendra experience.ExperiencesSummary.BuilderExperiencesSummary.Builder. status(ExperienceStatus status)The processing status of your Amazon Kendra experience.
-