| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model | |
| software.amazon.awssdk.services.location.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<DevicePosition> |
GetDevicePositionHistoryResponse.devicePositions()
Contains the position history details for the requested device.
|
List<DevicePosition> |
BatchGetDevicePositionResponse.devicePositions()
Contains device position details such as the device ID, position, and timestamps for when the position was
received and sampled.
|
| Modifier and Type | Method and Description |
|---|---|
GetDevicePositionHistoryResponse.Builder |
GetDevicePositionHistoryResponse.Builder.devicePositions(DevicePosition... devicePositions)
Contains the position history details for the requested device.
|
BatchGetDevicePositionResponse.Builder |
BatchGetDevicePositionResponse.Builder.devicePositions(DevicePosition... devicePositions)
Contains device position details such as the device ID, position, and timestamps for when the position was
received and sampled.
|
| Modifier and Type | Method and Description |
|---|---|
GetDevicePositionHistoryResponse.Builder |
GetDevicePositionHistoryResponse.Builder.devicePositions(Collection<DevicePosition> devicePositions)
Contains the position history details for the requested device.
|
BatchGetDevicePositionResponse.Builder |
BatchGetDevicePositionResponse.Builder.devicePositions(Collection<DevicePosition> devicePositions)
Contains device position details such as the device ID, position, and timestamps for when the position was
received and sampled.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<DevicePosition> |
GetDevicePositionHistoryPublisher.devicePositions()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<DevicePosition> |
GetDevicePositionHistoryIterable.devicePositions()
Returns an iterable to iterate through the paginated
GetDevicePositionHistoryResponse.devicePositions()
member. |
Copyright © 2023. All rights reserved.