Uses of Class
com.amazonaws.services.cloudsearchv2.model.SuggesterStatus
Packages that use SuggesterStatus
-
Uses of SuggesterStatus in com.amazonaws.services.cloudsearchv2.model
Methods in com.amazonaws.services.cloudsearchv2.model that return SuggesterStatusModifier and TypeMethodDescriptionSuggesterStatus.clone()DefineSuggesterResult.getSuggester()DeleteSuggesterResult.getSuggester()The status of the suggester being deleted.SuggesterStatus.withOptions(Suggester options) SuggesterStatus.withStatus(OptionStatus status) Methods in com.amazonaws.services.cloudsearchv2.model that return types with arguments of type SuggesterStatusModifier and TypeMethodDescriptionDescribeSuggestersResult.getSuggesters()The suggesters configured for the domain specified in the request.Methods in com.amazonaws.services.cloudsearchv2.model with parameters of type SuggesterStatusModifier and TypeMethodDescriptionvoidDefineSuggesterResult.setSuggester(SuggesterStatus suggester) voidDeleteSuggesterResult.setSuggester(SuggesterStatus suggester) The status of the suggester being deleted.DefineSuggesterResult.withSuggester(SuggesterStatus suggester) DeleteSuggesterResult.withSuggester(SuggesterStatus suggester) The status of the suggester being deleted.DescribeSuggestersResult.withSuggesters(SuggesterStatus... suggesters) The suggesters configured for the domain specified in the request.Method parameters in com.amazonaws.services.cloudsearchv2.model with type arguments of type SuggesterStatusModifier and TypeMethodDescriptionvoidDescribeSuggestersResult.setSuggesters(Collection<SuggesterStatus> suggesters) The suggesters configured for the domain specified in the request.DescribeSuggestersResult.withSuggesters(Collection<SuggesterStatus> suggesters) The suggesters configured for the domain specified in the request.