| Package | Description |
|---|---|
| software.amazon.awssdk.services.location |
"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"
|
| software.amazon.awssdk.services.location.paginators | |
| software.amazon.awssdk.services.location.transform |
| Modifier and Type | Method and Description |
|---|---|
default GetDevicePositionHistoryResponse |
LocationClient.getDevicePositionHistory(GetDevicePositionHistoryRequest 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.
|
default GetDevicePositionHistoryIterable |
LocationClient.getDevicePositionHistoryPaginator(GetDevicePositionHistoryRequest getDevicePositionHistoryRequest)
Retrieves the device position history from a tracker resource within a specified range of time.
|
default GetDevicePositionHistoryPublisher |
LocationAsyncClient.getDevicePositionHistoryPaginator(GetDevicePositionHistoryRequest getDevicePositionHistoryRequest)
Retrieves the device position history from a tracker resource within a specified range of time.
|
| Constructor and Description |
|---|
GetDevicePositionHistoryIterable(LocationClient client,
GetDevicePositionHistoryRequest firstRequest) |
GetDevicePositionHistoryPublisher(LocationAsyncClient client,
GetDevicePositionHistoryRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetDevicePositionHistoryRequestMarshaller.marshall(GetDevicePositionHistoryRequest getDevicePositionHistoryRequest) |
Copyright © 2023. All rights reserved.