Uses of Class
software.amazon.awssdk.services.cloudsearch.model.SuggesterStatus
-
Packages that use SuggesterStatus Package Description software.amazon.awssdk.services.cloudsearch.model -
-
Uses of SuggesterStatus in software.amazon.awssdk.services.cloudsearch.model
Methods in software.amazon.awssdk.services.cloudsearch.model that return SuggesterStatus Modifier and Type Method Description SuggesterStatusDefineSuggesterResponse. suggester()Returns the value of the Suggester property for this object.SuggesterStatusDeleteSuggesterResponse. suggester()The status of the suggester being deleted.Methods in software.amazon.awssdk.services.cloudsearch.model that return types with arguments of type SuggesterStatus Modifier and Type Method Description List<SuggesterStatus>DescribeSuggestersResponse. suggesters()The suggesters configured for the domain specified in the request.Methods in software.amazon.awssdk.services.cloudsearch.model with parameters of type SuggesterStatus Modifier and Type Method Description DefineSuggesterResponse.BuilderDefineSuggesterResponse.Builder. suggester(SuggesterStatus suggester)Sets the value of the Suggester property for this object.DeleteSuggesterResponse.BuilderDeleteSuggesterResponse.Builder. suggester(SuggesterStatus suggester)The status of the suggester being deleted.DescribeSuggestersResponse.BuilderDescribeSuggestersResponse.Builder. suggesters(SuggesterStatus... suggesters)The suggesters configured for the domain specified in the request.Method parameters in software.amazon.awssdk.services.cloudsearch.model with type arguments of type SuggesterStatus Modifier and Type Method Description DescribeSuggestersResponse.BuilderDescribeSuggestersResponse.Builder. suggesters(Collection<SuggesterStatus> suggesters)The suggesters configured for the domain specified in the request.
-