Uses of Class
software.amazon.awssdk.services.location.model.BatchUpdateDevicePositionRequest
-
Packages that use BatchUpdateDevicePositionRequest 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 BatchUpdateDevicePositionRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type BatchUpdateDevicePositionRequest Modifier and Type Method Description 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).default BatchUpdateDevicePositionResponseLocationClient. batchUpdateDevicePosition(BatchUpdateDevicePositionRequest batchUpdateDevicePositionRequest)Uploads position update data for one or more devices to a tracker resource (up to 10 devices per batch). -
Uses of BatchUpdateDevicePositionRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type BatchUpdateDevicePositionRequest Modifier and Type Method Description SdkHttpFullRequestBatchUpdateDevicePositionRequestMarshaller. marshall(BatchUpdateDevicePositionRequest batchUpdateDevicePositionRequest)
-