| 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 UpdateTrackerResponse |
LocationClient.updateTracker(Consumer<UpdateTrackerRequest.Builder> updateTrackerRequest)
Updates the specified properties of a given tracker resource.
|
default UpdateTrackerResponse |
LocationClient.updateTracker(UpdateTrackerRequest updateTrackerRequest)
Updates the specified properties of a given tracker resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateTrackerResponse> |
LocationAsyncClient.updateTracker(Consumer<UpdateTrackerRequest.Builder> updateTrackerRequest)
Updates the specified properties of a given tracker resource.
|
default CompletableFuture<UpdateTrackerResponse> |
LocationAsyncClient.updateTracker(UpdateTrackerRequest updateTrackerRequest)
Updates the specified properties of a given tracker resource.
|
Copyright © 2022. All rights reserved.