Uses of Class
software.amazon.awssdk.services.location.model.SearchPlaceIndexForTextRequest
-
Packages that use SearchPlaceIndexForTextRequest 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 SearchPlaceIndexForTextRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type SearchPlaceIndexForTextRequest Modifier and Type Method Description 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.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. -
Uses of SearchPlaceIndexForTextRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type SearchPlaceIndexForTextRequest Modifier and Type Method Description SdkHttpFullRequestSearchPlaceIndexForTextRequestMarshaller. marshall(SearchPlaceIndexForTextRequest searchPlaceIndexForTextRequest)
-