| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing
|
| software.amazon.awssdk.services.location.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetDevicePositionHistoryResponse |
LocationClient.getDevicePositionHistory(Consumer<GetDevicePositionHistoryRequest.Builder> getDevicePositionHistoryRequest)
Retrieves the device position history from a tracker resource within a specified range of time.
|
default GetDevicePositionHistoryResponse |
LocationClient.getDevicePositionHistory(GetDevicePositionHistoryRequest getDevicePositionHistoryRequest)
Retrieves the device position history from a tracker resource within a specified range of time.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetDevicePositionHistoryResponse> |
LocationAsyncClient.getDevicePositionHistory(Consumer<GetDevicePositionHistoryRequest.Builder> getDevicePositionHistoryRequest)
Retrieves the device position history from a tracker resource within a specified range of time.
|
default CompletableFuture<GetDevicePositionHistoryResponse> |
LocationAsyncClient.getDevicePositionHistory(GetDevicePositionHistoryRequest getDevicePositionHistoryRequest)
Retrieves the device position history from a tracker resource within a specified range of time.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetDevicePositionHistoryResponse> |
GetDevicePositionHistoryIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetDevicePositionHistoryPublisher.subscribe(org.reactivestreams.Subscriber<? super GetDevicePositionHistoryResponse> subscriber) |
Copyright © 2022. All rights reserved.