| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
List<SearchForSuggestionsResult> |
SearchPlaceIndexForSuggestionsResponse.results()
A list of place suggestions that best match the search text.
|
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForSuggestionsResponse.Builder |
SearchPlaceIndexForSuggestionsResponse.Builder.results(SearchForSuggestionsResult... results)
A list of place suggestions that best match the search text.
|
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForSuggestionsResponse.Builder |
SearchPlaceIndexForSuggestionsResponse.Builder.results(Collection<SearchForSuggestionsResult> results)
A list of place suggestions that best match the search text.
|
Copyright © 2022. All rights reserved.