| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchPlaceIndexForSuggestionsResponse> |
LocationAsyncClient.searchPlaceIndexForSuggestions(Consumer<SearchPlaceIndexForSuggestionsRequest.Builder> searchPlaceIndexForSuggestionsRequest)
Generates suggestions for addresses and points of interest based on partial or misspelled free-form text.
|
default SearchPlaceIndexForSuggestionsResponse |
LocationClient.searchPlaceIndexForSuggestions(Consumer<SearchPlaceIndexForSuggestionsRequest.Builder> searchPlaceIndexForSuggestionsRequest)
Generates suggestions for addresses and points of interest based on partial or misspelled free-form text.
|
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.biasPosition(Collection<Double> biasPosition)
An optional parameter that indicates a preference for place suggestions that are closer to a specified
position.
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.biasPosition(Double... biasPosition)
An optional parameter that indicates a preference for place suggestions that are closer to a specified
position.
|
static SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.builder() |
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.filterBBox(Collection<Double> filterBBox)
An optional parameter that limits the search results by returning only suggestions within a specified
bounding box.
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.filterBBox(Double... filterBBox)
An optional parameter that limits the search results by returning only suggestions within a specified
bounding box.
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.filterCountries(Collection<String> filterCountries)
An optional parameter that limits the search results by returning only suggestions within the provided list
of countries.
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.filterCountries(String... filterCountries)
An optional parameter that limits the search results by returning only suggestions within the provided list
of countries.
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.indexName(String indexName)
The name of the place index resource you want to use for the search.
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.language(String language)
The preferred language used to return results.
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.maxResults(Integer maxResults)
An optional parameter.
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.Builder.text(String text)
The free-form partial text to use to generate place suggestions.
|
SearchPlaceIndexForSuggestionsRequest.Builder |
SearchPlaceIndexForSuggestionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SearchPlaceIndexForSuggestionsRequest.Builder> |
SearchPlaceIndexForSuggestionsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.