Uses of Class
software.amazon.awssdk.services.geoplaces.model.SearchTextRequest
-
Packages that use SearchTextRequest 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.software.amazon.awssdk.services.geoplaces.transform -
-
Uses of SearchTextRequest in software.amazon.awssdk.services.geoplaces
Methods in software.amazon.awssdk.services.geoplaces with parameters of type SearchTextRequest Modifier and Type Method Description default CompletableFuture<SearchTextResponse>GeoPlacesAsyncClient. searchText(SearchTextRequest searchTextRequest)Use theSearchTextoperation to search for geocode and place information.default SearchTextResponseGeoPlacesClient. searchText(SearchTextRequest searchTextRequest)Use theSearchTextoperation to search for geocode and place information. -
Uses of SearchTextRequest in software.amazon.awssdk.services.geoplaces.transform
Methods in software.amazon.awssdk.services.geoplaces.transform with parameters of type SearchTextRequest Modifier and Type Method Description SdkHttpFullRequestSearchTextRequestMarshaller. marshall(SearchTextRequest searchTextRequest)
-