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