| Package | Description |
|---|---|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteGeofenceError |
BatchDeleteGeofenceError.clone() |
BatchDeleteGeofenceError |
BatchDeleteGeofenceError.withError(BatchItemError error)
Contains details associated to the batch error.
|
BatchDeleteGeofenceError |
BatchDeleteGeofenceError.withGeofenceId(String geofenceId)
The geofence associated with the error message.
|
| Modifier and Type | Method and Description |
|---|---|
List<BatchDeleteGeofenceError> |
BatchDeleteGeofenceResult.getErrors()
Contains error details for each geofence that failed to delete.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteGeofenceResult |
BatchDeleteGeofenceResult.withErrors(BatchDeleteGeofenceError... errors)
Contains error details for each geofence that failed to delete.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchDeleteGeofenceResult.setErrors(Collection<BatchDeleteGeofenceError> errors)
Contains error details for each geofence that failed to delete.
|
BatchDeleteGeofenceResult |
BatchDeleteGeofenceResult.withErrors(Collection<BatchDeleteGeofenceError> errors)
Contains error details for each geofence that failed to delete.
|
Copyright © 2022. All rights reserved.