Uses of Class
software.amazon.awssdk.services.location.model.SearchPlaceIndexForSuggestionsRequest
-
Packages that use SearchPlaceIndexForSuggestionsRequest Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.transform -
-
Uses of SearchPlaceIndexForSuggestionsRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type SearchPlaceIndexForSuggestionsRequest Modifier and Type Method Description default CompletableFuture<SearchPlaceIndexForSuggestionsResponse>LocationAsyncClient. searchPlaceIndexForSuggestions(SearchPlaceIndexForSuggestionsRequest 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. -
Uses of SearchPlaceIndexForSuggestionsRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type SearchPlaceIndexForSuggestionsRequest Modifier and Type Method Description SdkHttpFullRequestSearchPlaceIndexForSuggestionsRequestMarshaller. marshall(SearchPlaceIndexForSuggestionsRequest searchPlaceIndexForSuggestionsRequest)
-