| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
SearchForSuggestionsResult |
SearchForSuggestionsResult.clone() |
SearchForSuggestionsResult |
SearchForSuggestionsResult.withCategories(Collection<String> categories)
The Amazon Location categories that describe the Place.
|
SearchForSuggestionsResult |
SearchForSuggestionsResult.withCategories(String... categories)
The Amazon Location categories that describe the Place.
|
SearchForSuggestionsResult |
SearchForSuggestionsResult.withPlaceId(String placeId)
The unique identifier of the Place.
|
SearchForSuggestionsResult |
SearchForSuggestionsResult.withSupplementalCategories(Collection<String> supplementalCategories)
Categories from the data provider that describe the Place that are not mapped to any Amazon Location categories.
|
SearchForSuggestionsResult |
SearchForSuggestionsResult.withSupplementalCategories(String... supplementalCategories)
Categories from the data provider that describe the Place that are not mapped to any Amazon Location categories.
|
SearchForSuggestionsResult |
SearchForSuggestionsResult.withText(String text)
The text of the place suggestion, typically formatted as an address string.
|
| Modifier and Type | Method and Description |
|---|---|
List<SearchForSuggestionsResult> |
SearchPlaceIndexForSuggestionsResult.getResults()
A list of place suggestions that best match the search text.
|
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForSuggestionsResult |
SearchPlaceIndexForSuggestionsResult.withResults(SearchForSuggestionsResult... results)
A list of place suggestions that best match the search text.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchPlaceIndexForSuggestionsResult.setResults(Collection<SearchForSuggestionsResult> results)
A list of place suggestions that best match the search text.
|
SearchPlaceIndexForSuggestionsResult |
SearchPlaceIndexForSuggestionsResult.withResults(Collection<SearchForSuggestionsResult> results)
A list of place suggestions that best match the search text.
|
Copyright © 2023. All rights reserved.