| Package | Description |
|---|---|
| com.amazonaws.services.location |
"Suite of geospatial services including Maps, Places, Routes, Tracking, and Geofencing"
|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteGeofenceResult |
AmazonLocationClient.batchDeleteGeofence(BatchDeleteGeofenceRequest request)
Deletes a batch of geofences from a geofence collection.
|
BatchDeleteGeofenceResult |
AmazonLocation.batchDeleteGeofence(BatchDeleteGeofenceRequest batchDeleteGeofenceRequest)
Deletes a batch of geofences from a geofence collection.
|
BatchDeleteGeofenceResult |
AbstractAmazonLocation.batchDeleteGeofence(BatchDeleteGeofenceRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDeleteGeofenceResult> |
AmazonLocationAsyncClient.batchDeleteGeofenceAsync(BatchDeleteGeofenceRequest request,
AsyncHandler<BatchDeleteGeofenceRequest,BatchDeleteGeofenceResult> asyncHandler) |
Future<BatchDeleteGeofenceResult> |
AbstractAmazonLocationAsync.batchDeleteGeofenceAsync(BatchDeleteGeofenceRequest request,
AsyncHandler<BatchDeleteGeofenceRequest,BatchDeleteGeofenceResult> asyncHandler) |
Future<BatchDeleteGeofenceResult> |
AmazonLocationAsync.batchDeleteGeofenceAsync(BatchDeleteGeofenceRequest batchDeleteGeofenceRequest,
AsyncHandler<BatchDeleteGeofenceRequest,BatchDeleteGeofenceResult> asyncHandler)
Deletes a batch of geofences from a geofence collection.
|
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteGeofenceResult |
BatchDeleteGeofenceResult.clone() |
BatchDeleteGeofenceResult |
BatchDeleteGeofenceResult.withErrors(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 © 2023. All rights reserved.