| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
BatchGetDevicePositionError |
BatchGetDevicePositionError.clone() |
BatchGetDevicePositionError |
BatchGetDevicePositionError.withDeviceId(String deviceId)
The ID of the device that didn't return a position.
|
BatchGetDevicePositionError |
BatchGetDevicePositionError.withError(BatchItemError error)
Contains details related to the error code.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchGetDevicePositionError> |
BatchGetDevicePositionResult.getErrors()
Contains error details for each device that failed to send its position to the tracker resource.
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetDevicePositionResult |
BatchGetDevicePositionResult.withErrors(BatchGetDevicePositionError... errors)
Contains error details for each device that failed to send its position to the tracker resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetDevicePositionResult.setErrors(Collection<BatchGetDevicePositionError> errors)
Contains error details for each device that failed to send its position to the tracker resource.
|
BatchGetDevicePositionResult |
BatchGetDevicePositionResult.withErrors(Collection<BatchGetDevicePositionError> errors)
Contains error details for each device that failed to send its position to the tracker resource.
|
Copyright © 2022. All rights reserved.