Uses of Class
software.amazon.awssdk.services.location.model.BatchUpdateDevicePositionResponse
-
Packages that use BatchUpdateDevicePositionResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of BatchUpdateDevicePositionResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return BatchUpdateDevicePositionResponse Modifier and Type Method Description default BatchUpdateDevicePositionResponseLocationClient. batchUpdateDevicePosition(Consumer<BatchUpdateDevicePositionRequest.Builder> batchUpdateDevicePositionRequest)Uploads position update data for one or more devices to a tracker resource (up to 10 devices per batch).default BatchUpdateDevicePositionResponseLocationClient. batchUpdateDevicePosition(BatchUpdateDevicePositionRequest batchUpdateDevicePositionRequest)Uploads position update data for one or more devices to a tracker resource (up to 10 devices per batch).Methods in software.amazon.awssdk.services.location that return types with arguments of type BatchUpdateDevicePositionResponse Modifier and Type Method Description default CompletableFuture<BatchUpdateDevicePositionResponse>LocationAsyncClient. batchUpdateDevicePosition(Consumer<BatchUpdateDevicePositionRequest.Builder> batchUpdateDevicePositionRequest)Uploads position update data for one or more devices to a tracker resource (up to 10 devices per batch).default CompletableFuture<BatchUpdateDevicePositionResponse>LocationAsyncClient. batchUpdateDevicePosition(BatchUpdateDevicePositionRequest batchUpdateDevicePositionRequest)Uploads position update data for one or more devices to a tracker resource (up to 10 devices per batch).
-