| 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 |
|---|---|
Future<DeleteGeofenceCollectionResult> |
AmazonLocationAsyncClient.deleteGeofenceCollectionAsync(DeleteGeofenceCollectionRequest request,
AsyncHandler<DeleteGeofenceCollectionRequest,DeleteGeofenceCollectionResult> asyncHandler) |
Future<DeleteGeofenceCollectionResult> |
AmazonLocationAsync.deleteGeofenceCollectionAsync(DeleteGeofenceCollectionRequest deleteGeofenceCollectionRequest,
AsyncHandler<DeleteGeofenceCollectionRequest,DeleteGeofenceCollectionResult> asyncHandler)
Deletes a geofence collection from your AWS account.
|
Future<DeleteGeofenceCollectionResult> |
AbstractAmazonLocationAsync.deleteGeofenceCollectionAsync(DeleteGeofenceCollectionRequest request,
AsyncHandler<DeleteGeofenceCollectionRequest,DeleteGeofenceCollectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DeleteGeofenceCollectionRequest |
DeleteGeofenceCollectionRequest.clone() |
DeleteGeofenceCollectionRequest |
DeleteGeofenceCollectionRequest.withCollectionName(String collectionName)
The name of the geofence collection to be deleted.
|
Copyright © 2021. All rights reserved.