Uses of Class
software.amazon.awssdk.services.location.model.BatchDeleteDevicePositionHistoryResponse
-
Packages that use BatchDeleteDevicePositionHistoryResponse Package Description software.amazon.awssdk.services.location "Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing" -
-
Uses of BatchDeleteDevicePositionHistoryResponse in software.amazon.awssdk.services.location
Methods in software.amazon.awssdk.services.location that return BatchDeleteDevicePositionHistoryResponse Modifier and Type Method Description default BatchDeleteDevicePositionHistoryResponseLocationClient. batchDeleteDevicePositionHistory(Consumer<BatchDeleteDevicePositionHistoryRequest.Builder> batchDeleteDevicePositionHistoryRequest)Deletes the position history of one or more devices from a tracker resource.default BatchDeleteDevicePositionHistoryResponseLocationClient. batchDeleteDevicePositionHistory(BatchDeleteDevicePositionHistoryRequest batchDeleteDevicePositionHistoryRequest)Deletes the position history of one or more devices from a tracker resource.Methods in software.amazon.awssdk.services.location that return types with arguments of type BatchDeleteDevicePositionHistoryResponse Modifier and Type Method Description default CompletableFuture<BatchDeleteDevicePositionHistoryResponse>LocationAsyncClient. batchDeleteDevicePositionHistory(Consumer<BatchDeleteDevicePositionHistoryRequest.Builder> batchDeleteDevicePositionHistoryRequest)Deletes the position history of one or more devices from a tracker resource.default CompletableFuture<BatchDeleteDevicePositionHistoryResponse>LocationAsyncClient. batchDeleteDevicePositionHistory(BatchDeleteDevicePositionHistoryRequest batchDeleteDevicePositionHistoryRequest)Deletes the position history of one or more devices from a tracker resource.
-