Uses of Class
software.amazon.awssdk.services.location.model.BatchGetDevicePositionResponse
-
Packages that use BatchGetDevicePositionResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of BatchGetDevicePositionResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return BatchGetDevicePositionResponse Modifier and Type Method Description default BatchGetDevicePositionResponseLocationClient. batchGetDevicePosition(Consumer<BatchGetDevicePositionRequest.Builder> batchGetDevicePositionRequest)Lists the latest device positions for requested devices.default BatchGetDevicePositionResponseLocationClient. batchGetDevicePosition(BatchGetDevicePositionRequest batchGetDevicePositionRequest)Lists the latest device positions for requested devices.Methods in software.amazon.awssdk.services.location that return types with arguments of type BatchGetDevicePositionResponse Modifier and Type Method Description default CompletableFuture<BatchGetDevicePositionResponse>LocationAsyncClient. batchGetDevicePosition(Consumer<BatchGetDevicePositionRequest.Builder> batchGetDevicePositionRequest)Lists the latest device positions for requested devices.default CompletableFuture<BatchGetDevicePositionResponse>LocationAsyncClient. batchGetDevicePosition(BatchGetDevicePositionRequest batchGetDevicePositionRequest)Lists the latest device positions for requested devices.
-