| Package | Description |
|---|---|
| software.amazon.awssdk.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
List<BatchEvaluateGeofencesError> |
BatchEvaluateGeofencesResponse.errors()
Contains error details for each device that failed to evaluate its position against the given geofence
collection.
|
| Modifier and Type | Method and Description |
|---|---|
BatchEvaluateGeofencesResponse.Builder |
BatchEvaluateGeofencesResponse.Builder.errors(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 |
|---|---|
BatchEvaluateGeofencesResponse.Builder |
BatchEvaluateGeofencesResponse.Builder.errors(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.