Uses of Class
software.amazon.awssdk.services.location.model.BatchGetDevicePositionRequest
-
Packages that use BatchGetDevicePositionRequest 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 BatchGetDevicePositionRequest in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location with parameters of type BatchGetDevicePositionRequest Modifier and Type Method Description default CompletableFuture<BatchGetDevicePositionResponse>LocationAsyncClient. batchGetDevicePosition(BatchGetDevicePositionRequest batchGetDevicePositionRequest)Lists the latest device positions for requested devices.default BatchGetDevicePositionResponseLocationClient. batchGetDevicePosition(BatchGetDevicePositionRequest batchGetDevicePositionRequest)Lists the latest device positions for requested devices. -
Uses of BatchGetDevicePositionRequest in software.amazon.awssdk.services.location.transform
Methods in software.amazon.awssdk.services.location.transform with parameters of type BatchGetDevicePositionRequest Modifier and Type Method Description SdkHttpFullRequestBatchGetDevicePositionRequestMarshaller. marshall(BatchGetDevicePositionRequest batchGetDevicePositionRequest)
-