Uses of Class
software.amazon.awssdk.services.geoplaces.model.SearchTextResponse
-
Packages that use SearchTextResponse Package Description software.amazon.awssdk.services.geoplaces The Places API enables powerful location search and geocoding capabilities for your applications, offering global coverage with rich, detailed information. -
-
Uses of SearchTextResponse in software.amazon.awssdk.services.geoplaces
Methods in software.amazon.awssdk.services.geoplaces that return SearchTextResponse Modifier and Type Method Description default SearchTextResponseGeoPlacesClient. searchText(Consumer<SearchTextRequest.Builder> searchTextRequest)Use theSearchTextoperation to search for geocode and place information.default SearchTextResponseGeoPlacesClient. searchText(SearchTextRequest searchTextRequest)Use theSearchTextoperation to search for geocode and place information.Methods in software.amazon.awssdk.services.geoplaces that return types with arguments of type SearchTextResponse Modifier and Type Method Description default CompletableFuture<SearchTextResponse>GeoPlacesAsyncClient. searchText(Consumer<SearchTextRequest.Builder> searchTextRequest)Use theSearchTextoperation to search for geocode and place information.default CompletableFuture<SearchTextResponse>GeoPlacesAsyncClient. searchText(SearchTextRequest searchTextRequest)Use theSearchTextoperation to search for geocode and place information.
-