| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
BatchEvaluateGeofencesError |
BatchEvaluateGeofencesError.clone() |
BatchEvaluateGeofencesError |
BatchEvaluateGeofencesError.withDeviceId(String deviceId)
The device associated with the position evaluation error.
|
BatchEvaluateGeofencesError |
BatchEvaluateGeofencesError.withError(BatchItemError error)
Contains details associated to the batch error.
|
BatchEvaluateGeofencesError |
BatchEvaluateGeofencesError.withSampleTime(Date sampleTime)
Specifies a timestamp for when the error occurred in ISO 8601 format:
YYYY-MM-DDThh:mm:ss.sssZ |
| Modifier and Type | Method and Description |
|---|---|
List<BatchEvaluateGeofencesError> |
BatchEvaluateGeofencesResult.getErrors()
Contains error details for each device that failed to evaluate its position against the given geofence
collection.
|
| Modifier and Type | Method and Description |
|---|---|
BatchEvaluateGeofencesResult |
BatchEvaluateGeofencesResult.withErrors(BatchEvaluateGeofencesError... errors)
Contains error details for each device that failed to evaluate its position against the given geofence
collection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchEvaluateGeofencesResult.setErrors(Collection<BatchEvaluateGeofencesError> errors)
Contains error details for each device that failed to evaluate its position against the given geofence
collection.
|
BatchEvaluateGeofencesResult |
BatchEvaluateGeofencesResult.withErrors(Collection<BatchEvaluateGeofencesError> errors)
Contains error details for each device that failed to evaluate its position against the given geofence
collection.
|
Copyright © 2022. All rights reserved.