| 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 BatchDeleteDevicePositionHistoryResponse |
LocationClient.batchDeleteDevicePositionHistory(BatchDeleteDevicePositionHistoryRequest batchDeleteDevicePositionHistoryRequest)
Deletes the position history of one or more devices from a tracker resource.
|
default BatchDeleteDevicePositionHistoryResponse |
LocationClient.batchDeleteDevicePositionHistory(Consumer<BatchDeleteDevicePositionHistoryRequest.Builder> batchDeleteDevicePositionHistoryRequest)
Deletes the position history of one or more devices from a tracker resource.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<BatchDeleteDevicePositionHistoryResponse> |
LocationAsyncClient.batchDeleteDevicePositionHistory(BatchDeleteDevicePositionHistoryRequest batchDeleteDevicePositionHistoryRequest)
Deletes the position history of one or more devices from a tracker resource.
|
default CompletableFuture<BatchDeleteDevicePositionHistoryResponse> |
LocationAsyncClient.batchDeleteDevicePositionHistory(Consumer<BatchDeleteDevicePositionHistoryRequest.Builder> batchDeleteDevicePositionHistoryRequest)
Deletes the position history of one or more devices from a tracker resource.
|
Copyright © 2023. All rights reserved.