Uses of Class
software.amazon.awssdk.services.qbusiness.model.WebExperienceStatus
-
Packages that use WebExperienceStatus Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of WebExperienceStatus in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return WebExperienceStatus Modifier and Type Method Description static WebExperienceStatusWebExperienceStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WebExperienceStatusGetWebExperienceResponse. status()The current status of the Amazon Q Business web experience.WebExperienceStatusWebExperience. status()The status of your Amazon Q Business web experience.static WebExperienceStatusWebExperienceStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static WebExperienceStatus[]WebExperienceStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type WebExperienceStatus Modifier and Type Method Description static Set<WebExperienceStatus>WebExperienceStatus. knownValues()Methods in software.amazon.awssdk.services.qbusiness.model with parameters of type WebExperienceStatus Modifier and Type Method Description GetWebExperienceResponse.BuilderGetWebExperienceResponse.Builder. status(WebExperienceStatus status)The current status of the Amazon Q Business web experience.WebExperience.BuilderWebExperience.Builder. status(WebExperienceStatus status)The status of your Amazon Q Business web experience.
-