| Package | Description |
|---|---|
| com.amazonaws.services.location |
"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"
|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdatePlaceIndexResult> |
AmazonLocationAsyncClient.updatePlaceIndexAsync(UpdatePlaceIndexRequest request,
AsyncHandler<UpdatePlaceIndexRequest,UpdatePlaceIndexResult> asyncHandler) |
Future<UpdatePlaceIndexResult> |
AmazonLocationAsync.updatePlaceIndexAsync(UpdatePlaceIndexRequest updatePlaceIndexRequest,
AsyncHandler<UpdatePlaceIndexRequest,UpdatePlaceIndexResult> asyncHandler)
Updates the specified properties of a given place index resource.
|
Future<UpdatePlaceIndexResult> |
AbstractAmazonLocationAsync.updatePlaceIndexAsync(UpdatePlaceIndexRequest request,
AsyncHandler<UpdatePlaceIndexRequest,UpdatePlaceIndexResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdatePlaceIndexRequest |
UpdatePlaceIndexRequest.clone() |
UpdatePlaceIndexRequest |
UpdatePlaceIndexRequest.withDataSourceConfiguration(DataSourceConfiguration dataSourceConfiguration)
Updates the data storage option for the place index resource.
|
UpdatePlaceIndexRequest |
UpdatePlaceIndexRequest.withDescription(String description)
Updates the description for the place index resource.
|
UpdatePlaceIndexRequest |
UpdatePlaceIndexRequest.withIndexName(String indexName)
The name of the place index resource to update.
|
UpdatePlaceIndexRequest |
UpdatePlaceIndexRequest.withPricingPlan(PricingPlan pricingPlan)
Deprecated.
|
UpdatePlaceIndexRequest |
UpdatePlaceIndexRequest.withPricingPlan(String pricingPlan)
Deprecated.
|
Copyright © 2025. All rights reserved.