| Package | Description |
|---|---|
| com.amazonaws.services.location |
Suite of geospatial services including Maps, Places, Tracking, and Geofencing
|
| com.amazonaws.services.location.model |
| Modifier and Type | Method and Description |
|---|---|
Future<BatchDeleteGeofenceResult> |
AmazonLocationAsyncClient.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.
|
Future<BatchDeleteGeofenceResult> |
AbstractAmazonLocationAsync.batchDeleteGeofenceAsync(BatchDeleteGeofenceRequest request,
AsyncHandler<BatchDeleteGeofenceRequest,BatchDeleteGeofenceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchDeleteGeofenceRequest |
BatchDeleteGeofenceRequest.clone() |
BatchDeleteGeofenceRequest |
BatchDeleteGeofenceRequest.withCollectionName(String collectionName)
The geofence collection storing the geofences to be deleted.
|
BatchDeleteGeofenceRequest |
BatchDeleteGeofenceRequest.withGeofenceIds(Collection<String> geofenceIds)
The batch of geofences to be deleted.
|
BatchDeleteGeofenceRequest |
BatchDeleteGeofenceRequest.withGeofenceIds(String... geofenceIds)
The batch of geofences to be deleted.
|
Copyright © 2021. All rights reserved.