Uses of Class
software.amazon.awssdk.services.cloudsearch.model.Suggester
-
Packages that use Suggester Package Description software.amazon.awssdk.services.cloudsearch.model -
-
Uses of Suggester in software.amazon.awssdk.services.cloudsearch.model
Methods in software.amazon.awssdk.services.cloudsearch.model that return Suggester Modifier and Type Method Description SuggesterSuggesterStatus. options()Returns the value of the Options property for this object.SuggesterDefineSuggesterRequest. suggester()Returns the value of the Suggester property for this object.Methods in software.amazon.awssdk.services.cloudsearch.model with parameters of type Suggester Modifier and Type Method Description SuggesterStatus.BuilderSuggesterStatus.Builder. options(Suggester options)Sets the value of the Options property for this object.DefineSuggesterRequest.BuilderDefineSuggesterRequest.Builder. suggester(Suggester suggester)Sets the value of the Suggester property for this object.
-