| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
static SearchPlaceIndexForSuggestionsResponse.Builder |
SearchPlaceIndexForSuggestionsResponse.builder() |
SearchPlaceIndexForSuggestionsResponse.Builder |
SearchPlaceIndexForSuggestionsResponse.Builder.results(Collection<SearchForSuggestionsResult> results)
A list of place suggestions that best match the search text.
|
SearchPlaceIndexForSuggestionsResponse.Builder |
SearchPlaceIndexForSuggestionsResponse.Builder.results(Consumer<SearchForSuggestionsResult.Builder>... results)
A list of place suggestions that best match the search text.
|
SearchPlaceIndexForSuggestionsResponse.Builder |
SearchPlaceIndexForSuggestionsResponse.Builder.results(SearchForSuggestionsResult... results)
A list of place suggestions that best match the search text.
|
default SearchPlaceIndexForSuggestionsResponse.Builder |
SearchPlaceIndexForSuggestionsResponse.Builder.summary(Consumer<SearchPlaceIndexForSuggestionsSummary.Builder> summary)
Contains a summary of the request.
|
SearchPlaceIndexForSuggestionsResponse.Builder |
SearchPlaceIndexForSuggestionsResponse.Builder.summary(SearchPlaceIndexForSuggestionsSummary summary)
Contains a summary of the request.
|
SearchPlaceIndexForSuggestionsResponse.Builder |
SearchPlaceIndexForSuggestionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SearchPlaceIndexForSuggestionsResponse.Builder> |
SearchPlaceIndexForSuggestionsResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.