Uses of Class
software.amazon.awssdk.services.cloudsearchdomain.model.SuggestionMatch
-
Packages that use SuggestionMatch Package Description software.amazon.awssdk.services.cloudsearchdomain.model -
-
Uses of SuggestionMatch in software.amazon.awssdk.services.cloudsearchdomain.model
Methods in software.amazon.awssdk.services.cloudsearchdomain.model that return types with arguments of type SuggestionMatch Modifier and Type Method Description List<SuggestionMatch>SuggestModel. suggestions()The documents that match the query string.Methods in software.amazon.awssdk.services.cloudsearchdomain.model with parameters of type SuggestionMatch Modifier and Type Method Description SuggestModel.BuilderSuggestModel.Builder. suggestions(SuggestionMatch... suggestions)The documents that match the query string.Method parameters in software.amazon.awssdk.services.cloudsearchdomain.model with type arguments of type SuggestionMatch Modifier and Type Method Description SuggestModel.BuilderSuggestModel.Builder. suggestions(Collection<SuggestionMatch> suggestions)The documents that match the query string.
-