Uses of Class
software.amazon.awssdk.services.kendra.model.SuggestionType
-
Packages that use SuggestionType Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of SuggestionType in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return SuggestionType Modifier and Type Method Description static SuggestionTypeSuggestionType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static SuggestionTypeSuggestionType. valueOf(String name)Returns the enum constant of this type with the specified name.static SuggestionType[]SuggestionType. 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 SuggestionType Modifier and Type Method Description static Set<SuggestionType>SuggestionType. knownValues()List<SuggestionType>GetQuerySuggestionsRequest. suggestionTypes()The suggestions type to base query suggestions on.Methods in software.amazon.awssdk.services.kendra.model with parameters of type SuggestionType Modifier and Type Method Description GetQuerySuggestionsRequest.BuilderGetQuerySuggestionsRequest.Builder. suggestionTypes(SuggestionType... suggestionTypes)The suggestions type to base query suggestions on.Method parameters in software.amazon.awssdk.services.kendra.model with type arguments of type SuggestionType Modifier and Type Method Description GetQuerySuggestionsRequest.BuilderGetQuerySuggestionsRequest.Builder. suggestionTypes(Collection<SuggestionType> suggestionTypes)The suggestions type to base query suggestions on.
-