| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<SearchPlaceIndexForTextResponse> |
LocationAsyncClient.searchPlaceIndexForText(Consumer<SearchPlaceIndexForTextRequest.Builder> searchPlaceIndexForTextRequest)
Geocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of
interest.
|
default SearchPlaceIndexForTextResponse |
LocationClient.searchPlaceIndexForText(Consumer<SearchPlaceIndexForTextRequest.Builder> searchPlaceIndexForTextRequest)
Geocodes free-form text, such as an address, name, city, or region to allow you to search for Places or points of
interest.
|
| Modifier and Type | Method and Description |
|---|---|
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.biasPosition(Collection<Double> biasPosition)
An optional parameter that indicates a preference for places that are closer to a specified position.
|
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.biasPosition(Double... biasPosition)
An optional parameter that indicates a preference for places that are closer to a specified position.
|
static SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.builder() |
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.filterBBox(Collection<Double> filterBBox)
An optional parameter that limits the search results by returning only places that are within the provided
bounding box.
|
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.filterBBox(Double... filterBBox)
An optional parameter that limits the search results by returning only places that are within the provided
bounding box.
|
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.filterCountries(Collection<String> filterCountries)
An optional parameter that limits the search results by returning only places that are in a specified list of
countries.
|
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.filterCountries(String... filterCountries)
An optional parameter that limits the search results by returning only places that are in a specified list of
countries.
|
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.indexName(String indexName)
The name of the place index resource you want to use for the search.
|
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.language(String language)
The preferred language used to return results.
|
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.maxResults(Integer maxResults)
An optional parameter.
|
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.Builder.text(String text)
The address, name, city, or region to be used in the search in free-form text format.
|
SearchPlaceIndexForTextRequest.Builder |
SearchPlaceIndexForTextRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SearchPlaceIndexForTextRequest.Builder> |
SearchPlaceIndexForTextRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.