Uses of Class
software.amazon.awssdk.services.location.model.UpdateTrackerResponse
-
Packages that use UpdateTrackerResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of UpdateTrackerResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return UpdateTrackerResponse Modifier and Type Method Description default UpdateTrackerResponseLocationClient. updateTracker(Consumer<UpdateTrackerRequest.Builder> updateTrackerRequest)Updates the specified properties of a given tracker resource.default UpdateTrackerResponseLocationClient. updateTracker(UpdateTrackerRequest updateTrackerRequest)Updates the specified properties of a given tracker resource.Methods in software.amazon.awssdk.services.location that return types with arguments of type UpdateTrackerResponse Modifier and Type Method 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.
-