Uses of Class
software.amazon.awssdk.services.geoplaces.model.AutocompleteResponse
-
Packages that use AutocompleteResponse 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 AutocompleteResponse in software.amazon.awssdk.services.geoplaces
Methods in software.amazon.awssdk.services.geoplaces that return AutocompleteResponse Modifier and Type Method Description default AutocompleteResponseGeoPlacesClient. autocomplete(Consumer<AutocompleteRequest.Builder> autocompleteRequest)The autocomplete operation speeds up and increases the accuracy of entering addresses by providing a list of address candidates matching a partially entered address.default AutocompleteResponseGeoPlacesClient. autocomplete(AutocompleteRequest autocompleteRequest)The autocomplete operation speeds up and increases the accuracy of entering addresses by providing a list of address candidates matching a partially entered address.Methods in software.amazon.awssdk.services.geoplaces that return types with arguments of type AutocompleteResponse Modifier and Type Method Description default CompletableFuture<AutocompleteResponse>GeoPlacesAsyncClient. autocomplete(Consumer<AutocompleteRequest.Builder> autocompleteRequest)The autocomplete operation speeds up and increases the accuracy of entering addresses by providing a list of address candidates matching a partially entered address.default CompletableFuture<AutocompleteResponse>GeoPlacesAsyncClient. autocomplete(AutocompleteRequest autocompleteRequest)The autocomplete operation speeds up and increases the accuracy of entering addresses by providing a list of address candidates matching a partially entered address.
-