Uses of Class
software.amazon.awssdk.services.location.model.UpdateTrackerRequest
-
Packages that use UpdateTrackerRequest Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"software.amazon.awssdk.services.location.transform -
-
Uses of UpdateTrackerRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type UpdateTrackerRequest Modifier and Type Method Description default CompletableFuture<UpdateTrackerResponse>LocationAsyncClient. updateTracker(UpdateTrackerRequest updateTrackerRequest)Updates the specified properties of a given tracker resource.default UpdateTrackerResponseLocationClient. updateTracker(UpdateTrackerRequest updateTrackerRequest)Updates the specified properties of a given tracker resource. -
Uses of UpdateTrackerRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type UpdateTrackerRequest Modifier and Type Method Description SdkHttpFullRequestUpdateTrackerRequestMarshaller. marshall(UpdateTrackerRequest updateTrackerRequest)
-