| 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 UpdateMapResponse |
LocationClient.updateMap(Consumer<UpdateMapRequest.Builder> updateMapRequest)
Updates the specified properties of a given map resource.
|
default UpdateMapResponse |
LocationClient.updateMap(UpdateMapRequest updateMapRequest)
Updates the specified properties of a given map resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateMapResponse> |
LocationAsyncClient.updateMap(Consumer<UpdateMapRequest.Builder> updateMapRequest)
Updates the specified properties of a given map resource.
|
default CompletableFuture<UpdateMapResponse> |
LocationAsyncClient.updateMap(UpdateMapRequest updateMapRequest)
Updates the specified properties of a given map resource.
|
Copyright © 2022. All rights reserved.