| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
|
| Modifier and Type | Method and Description |
|---|---|
default BatchGetDevicePositionResponse |
LocationClient.batchGetDevicePosition(BatchGetDevicePositionRequest batchGetDevicePositionRequest)
Lists the latest device positions for requested devices.
|
default BatchGetDevicePositionResponse |
LocationClient.batchGetDevicePosition(Consumer<BatchGetDevicePositionRequest.Builder> batchGetDevicePositionRequest)
Lists the latest device positions for requested devices.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchGetDevicePositionResponse> |
LocationAsyncClient.batchGetDevicePosition(BatchGetDevicePositionRequest batchGetDevicePositionRequest)
Lists the latest device positions for requested devices.
|
default CompletableFuture<BatchGetDevicePositionResponse> |
LocationAsyncClient.batchGetDevicePosition(Consumer<BatchGetDevicePositionRequest.Builder> batchGetDevicePositionRequest)
Lists the latest device positions for requested devices.
|
Copyright © 2021. All rights reserved.