Uses of Class
software.amazon.awssdk.services.location.model.SearchForSuggestionsResult
-
Packages that use SearchForSuggestionsResult Package Description software.amazon.awssdk.services.location.model -
-
Uses of SearchForSuggestionsResult in software.amazon.awssdk.services.location.model
Methods in software.amazon.awssdk.services.location.model that return types with arguments of type SearchForSuggestionsResult Modifier and Type Method Description List<SearchForSuggestionsResult>SearchPlaceIndexForSuggestionsResponse. results()A list of place suggestions that best match the search text.Methods in software.amazon.awssdk.services.location.model with parameters of type SearchForSuggestionsResult Modifier and Type Method Description SearchPlaceIndexForSuggestionsResponse.BuilderSearchPlaceIndexForSuggestionsResponse.Builder. results(SearchForSuggestionsResult... results)A list of place suggestions that best match the search text.Method parameters in software.amazon.awssdk.services.location.model with type arguments of type SearchForSuggestionsResult Modifier and Type Method Description SearchPlaceIndexForSuggestionsResponse.BuilderSearchPlaceIndexForSuggestionsResponse.Builder. results(Collection<SearchForSuggestionsResult> results)A list of place suggestions that best match the search text.
-