Uses of Class
software.amazon.awssdk.services.location.model.SearchPlaceIndexForTextResponse
-
Packages that use SearchPlaceIndexForTextResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of SearchPlaceIndexForTextResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return SearchPlaceIndexForTextResponse Modifier and Type Method Description default SearchPlaceIndexForTextResponseLocationClient. searchPlaceIndexForText(Consumer<SearchPlaceIndexForTextRequest.Builder> searchPlaceIndexForTextRequest)Geocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of interest.default SearchPlaceIndexForTextResponseLocationClient. searchPlaceIndexForText(SearchPlaceIndexForTextRequest searchPlaceIndexForTextRequest)Geocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of interest.Methods in software.amazon.awssdk.services.location that return types with arguments of type SearchPlaceIndexForTextResponse Modifier and Type Method Description default CompletableFuture<SearchPlaceIndexForTextResponse>LocationAsyncClient. searchPlaceIndexForText(Consumer<SearchPlaceIndexForTextRequest.Builder> searchPlaceIndexForTextRequest)Geocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of interest.default CompletableFuture<SearchPlaceIndexForTextResponse>LocationAsyncClient. searchPlaceIndexForText(SearchPlaceIndexForTextRequest searchPlaceIndexForTextRequest)Geocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of interest.
-