| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.clone() |
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextResult.getSummary()
Contains a summary of the request.
|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withBiasPosition(Collection<Double> biasPosition)
Contains the coordinates for the optional bias position specified in the request.
|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withBiasPosition(Double... biasPosition)
Contains the coordinates for the optional bias position specified in the request.
|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withDataSource(String dataSource)
The geospatial data provider attached to the place index resource specified in the request.
|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withFilterBBox(Collection<Double> filterBBox)
Contains the coordinates for the optional bounding box specified in the request.
|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withFilterBBox(Double... filterBBox)
Contains the coordinates for the optional bounding box specified in the request.
|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withFilterCountries(Collection<String> filterCountries)
Contains the optional country filter specified in the request.
|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withFilterCountries(String... filterCountries)
Contains the optional country filter specified in the request.
|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withLanguage(String language)
The preferred language used to return results.
|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withMaxResults(Integer maxResults)
Contains the optional result count limit specified in the request.
|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withResultBBox(Collection<Double> resultBBox)
The bounding box that fully contains all search results.
|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withResultBBox(Double... resultBBox)
The bounding box that fully contains all search results.
|
SearchPlaceIndexForTextSummary |
SearchPlaceIndexForTextSummary.withText(String text)
The search text specified in the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchPlaceIndexForTextResult.setSummary(SearchPlaceIndexForTextSummary summary)
Contains a summary of the request.
|
SearchPlaceIndexForTextResult |
SearchPlaceIndexForTextResult.withSummary(SearchPlaceIndexForTextSummary summary)
Contains a summary of the request.
|
Copyright © 2021. All rights reserved.