Uses of Class
software.amazon.awssdk.services.location.model.SearchPlaceIndexForSuggestionsResponse
-
Packages that use SearchPlaceIndexForSuggestionsResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of SearchPlaceIndexForSuggestionsResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return SearchPlaceIndexForSuggestionsResponse Modifier and Type Method Description default SearchPlaceIndexForSuggestionsResponseLocationClient. searchPlaceIndexForSuggestions(Consumer<SearchPlaceIndexForSuggestionsRequest.Builder> searchPlaceIndexForSuggestionsRequest)Generates suggestions for addresses and points of interest based on partial or misspelled free-form text.default SearchPlaceIndexForSuggestionsResponseLocationClient. searchPlaceIndexForSuggestions(SearchPlaceIndexForSuggestionsRequest searchPlaceIndexForSuggestionsRequest)Generates suggestions for addresses and points of interest based on partial or misspelled free-form text.Methods in software.amazon.awssdk.services.location that return types with arguments of type SearchPlaceIndexForSuggestionsResponse Modifier and Type Method Description default CompletableFuture<SearchPlaceIndexForSuggestionsResponse>LocationAsyncClient. searchPlaceIndexForSuggestions(Consumer<SearchPlaceIndexForSuggestionsRequest.Builder> searchPlaceIndexForSuggestionsRequest)Generates suggestions for addresses and points of interest based on partial or misspelled free-form text.default CompletableFuture<SearchPlaceIndexForSuggestionsResponse>LocationAsyncClient. searchPlaceIndexForSuggestions(SearchPlaceIndexForSuggestionsRequest searchPlaceIndexForSuggestionsRequest)Generates suggestions for addresses and points of interest based on partial or misspelled free-form text.
-