Uses of Class
software.amazon.awssdk.services.kendra.model.QuerySuggestionsStatus
-
Packages that use QuerySuggestionsStatus Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of QuerySuggestionsStatus in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return QuerySuggestionsStatus Modifier and Type Method Description static QuerySuggestionsStatusQuerySuggestionsStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.QuerySuggestionsStatusDescribeQuerySuggestionsConfigResponse. status()Whether the status of query suggestions settings is currentlyACTIVEorUPDATING.static QuerySuggestionsStatusQuerySuggestionsStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static QuerySuggestionsStatus[]QuerySuggestionsStatus. 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 QuerySuggestionsStatus Modifier and Type Method Description static Set<QuerySuggestionsStatus>QuerySuggestionsStatus. knownValues()Methods in software.amazon.awssdk.services.kendra.model with parameters of type QuerySuggestionsStatus Modifier and Type Method Description DescribeQuerySuggestionsConfigResponse.BuilderDescribeQuerySuggestionsConfigResponse.Builder. status(QuerySuggestionsStatus status)Whether the status of query suggestions settings is currentlyACTIVEorUPDATING.
-