| 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 |
|---|---|
UpdatePlaceIndexResult |
AmazonLocationClient.updatePlaceIndex(UpdatePlaceIndexRequest request)
Updates the specified properties of a given place index resource.
|
UpdatePlaceIndexResult |
AmazonLocation.updatePlaceIndex(UpdatePlaceIndexRequest updatePlaceIndexRequest)
Updates the specified properties of a given place index resource.
|
UpdatePlaceIndexResult |
AbstractAmazonLocation.updatePlaceIndex(UpdatePlaceIndexRequest request) |
| 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 |
|---|---|
UpdatePlaceIndexResult |
UpdatePlaceIndexResult.clone() |
UpdatePlaceIndexResult |
UpdatePlaceIndexResult.withIndexArn(String indexArn)
The Amazon Resource Name (ARN) of the upated place index resource.
|
UpdatePlaceIndexResult |
UpdatePlaceIndexResult.withIndexName(String indexName)
The name of the updated place index resource.
|
UpdatePlaceIndexResult |
UpdatePlaceIndexResult.withUpdateTime(Date updateTime)
The timestamp for when the place index resource was last updated in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ. |
Copyright © 2023. All rights reserved.