Uses of Class
software.amazon.awssdk.services.geoplaces.model.SuggestRequest
-
Packages that use SuggestRequest 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 SuggestRequest in software.amazon.awssdk.services.geoplaces
Methods in software.amazon.awssdk.services.geoplaces with parameters of type SuggestRequest Modifier and Type Method Description default CompletableFuture<SuggestResponse>GeoPlacesAsyncClient. suggest(SuggestRequest suggestRequest)TheSuggestoperation finds addresses or place candidates based on incomplete or misspelled queries.default SuggestResponseGeoPlacesClient. suggest(SuggestRequest suggestRequest)TheSuggestoperation finds addresses or place candidates based on incomplete or misspelled queries. -
Uses of SuggestRequest in software.amazon.awssdk.services.geoplaces.transform
Methods in software.amazon.awssdk.services.geoplaces.transform with parameters of type SuggestRequest Modifier and Type Method Description SdkHttpFullRequestSuggestRequestMarshaller. marshall(SuggestRequest suggestRequest)
-