| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
|
| Modifier and Type | Method and Description |
|---|---|
default UpdatePlaceIndexResponse |
LocationClient.updatePlaceIndex(Consumer<UpdatePlaceIndexRequest.Builder> updatePlaceIndexRequest)
Updates the specified properties of a given place index resource.
|
default UpdatePlaceIndexResponse |
LocationClient.updatePlaceIndex(UpdatePlaceIndexRequest updatePlaceIndexRequest)
Updates the specified properties of a given place index resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdatePlaceIndexResponse> |
LocationAsyncClient.updatePlaceIndex(Consumer<UpdatePlaceIndexRequest.Builder> updatePlaceIndexRequest)
Updates the specified properties of a given place index resource.
|
default CompletableFuture<UpdatePlaceIndexResponse> |
LocationAsyncClient.updatePlaceIndex(UpdatePlaceIndexRequest updatePlaceIndexRequest)
Updates the specified properties of a given place index resource.
|
Copyright © 2022. All rights reserved.