| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForSuggestionsSummary |
SearchPlaceIndexForSuggestionsSummary.clone() |
SearchPlaceIndexForSuggestionsSummary |
SearchPlaceIndexForSuggestionsResult.getSummary()
Contains a summary of the request.
|
SearchPlaceIndexForSuggestionsSummary |
SearchPlaceIndexForSuggestionsSummary.withBiasPosition(Collection<Double> biasPosition)
Contains the coordinates for the optional bias position specified in the request.
|
SearchPlaceIndexForSuggestionsSummary |
SearchPlaceIndexForSuggestionsSummary.withBiasPosition(Double... biasPosition)
Contains the coordinates for the optional bias position specified in the request.
|
SearchPlaceIndexForSuggestionsSummary |
SearchPlaceIndexForSuggestionsSummary.withDataSource(String dataSource)
The geospatial data provider attached to the place index resource specified in the request.
|
SearchPlaceIndexForSuggestionsSummary |
SearchPlaceIndexForSuggestionsSummary.withFilterBBox(Collection<Double> filterBBox)
Contains the coordinates for the optional bounding box specified in the request.
|
SearchPlaceIndexForSuggestionsSummary |
SearchPlaceIndexForSuggestionsSummary.withFilterBBox(Double... filterBBox)
Contains the coordinates for the optional bounding box specified in the request.
|
SearchPlaceIndexForSuggestionsSummary |
SearchPlaceIndexForSuggestionsSummary.withFilterCategories(Collection<String> filterCategories)
The optional category filter specified in the request.
|
SearchPlaceIndexForSuggestionsSummary |
SearchPlaceIndexForSuggestionsSummary.withFilterCategories(String... filterCategories)
The optional category filter specified in the request.
|
SearchPlaceIndexForSuggestionsSummary |
SearchPlaceIndexForSuggestionsSummary.withFilterCountries(Collection<String> filterCountries)
Contains the optional country filter specified in the request.
|
SearchPlaceIndexForSuggestionsSummary |
SearchPlaceIndexForSuggestionsSummary.withFilterCountries(String... filterCountries)
Contains the optional country filter specified in the request.
|
SearchPlaceIndexForSuggestionsSummary |
SearchPlaceIndexForSuggestionsSummary.withLanguage(String language)
The preferred language used to return results.
|
SearchPlaceIndexForSuggestionsSummary |
SearchPlaceIndexForSuggestionsSummary.withMaxResults(Integer maxResults)
Contains the optional result count limit specified in the request.
|
SearchPlaceIndexForSuggestionsSummary |
SearchPlaceIndexForSuggestionsSummary.withText(String text)
The free-form partial text input specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchPlaceIndexForSuggestionsResult.setSummary(SearchPlaceIndexForSuggestionsSummary summary)
Contains a summary of the request.
|
SearchPlaceIndexForSuggestionsResult |
SearchPlaceIndexForSuggestionsResult.withSummary(SearchPlaceIndexForSuggestionsSummary summary)
Contains a summary of the request.
|
Copyright © 2024. All rights reserved.