| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
static BatchGetDevicePositionResponse.Builder |
BatchGetDevicePositionResponse.builder() |
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.
|
BatchGetDevicePositionResponse.Builder |
BatchGetDevicePositionResponse.Builder.devicePositions(Consumer<DevicePosition.Builder>... devicePositions)
Contains device position details such as the device ID, position, and timestamps for when the position was
received and sampled.
|
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.
|
BatchGetDevicePositionResponse.Builder |
BatchGetDevicePositionResponse.Builder.errors(BatchGetDevicePositionError... errors)
Contains error details for each device that failed to send its position to the tracker resource.
|
BatchGetDevicePositionResponse.Builder |
BatchGetDevicePositionResponse.Builder.errors(Collection<BatchGetDevicePositionError> errors)
Contains error details for each device that failed to send its position to the tracker resource.
|
BatchGetDevicePositionResponse.Builder |
BatchGetDevicePositionResponse.Builder.errors(Consumer<BatchGetDevicePositionError.Builder>... errors)
Contains error details for each device that failed to send its position to the tracker resource.
|
BatchGetDevicePositionResponse.Builder |
BatchGetDevicePositionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BatchGetDevicePositionResponse.Builder> |
BatchGetDevicePositionResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.