| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateDevicePositionError |
BatchUpdateDevicePositionError.clone() |
BatchUpdateDevicePositionError |
BatchUpdateDevicePositionError.withDeviceId(String deviceId)
The device associated with the failed location update.
|
BatchUpdateDevicePositionError |
BatchUpdateDevicePositionError.withError(BatchItemError error)
Contains details related to the error code such as the error code and error message.
|
BatchUpdateDevicePositionError |
BatchUpdateDevicePositionError.withSampleTime(Date sampleTime)
The timestamp at which the device position was determined.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchUpdateDevicePositionError> |
BatchUpdateDevicePositionResult.getErrors()
Contains error details for each device that failed to update its position.
|
| Modifier and Type | Method and Description |
|---|---|
BatchUpdateDevicePositionResult |
BatchUpdateDevicePositionResult.withErrors(BatchUpdateDevicePositionError... errors)
Contains error details for each device that failed to update its position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchUpdateDevicePositionResult.setErrors(Collection<BatchUpdateDevicePositionError> errors)
Contains error details for each device that failed to update its position.
|
BatchUpdateDevicePositionResult |
BatchUpdateDevicePositionResult.withErrors(Collection<BatchUpdateDevicePositionError> errors)
Contains error details for each device that failed to update its position.
|
Copyright © 2024. All rights reserved.