| 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<BatchPutGeofenceResult> |
AmazonLocationAsyncClient.batchPutGeofenceAsync(BatchPutGeofenceRequest request,
AsyncHandler<BatchPutGeofenceRequest,BatchPutGeofenceResult> asyncHandler) |
Future<BatchPutGeofenceResult> |
AmazonLocationAsync.batchPutGeofenceAsync(BatchPutGeofenceRequest batchPutGeofenceRequest,
AsyncHandler<BatchPutGeofenceRequest,BatchPutGeofenceResult> asyncHandler)
A batch request for storing geofences into a given geofence collection.
|
Future<BatchPutGeofenceResult> |
AbstractAmazonLocationAsync.batchPutGeofenceAsync(BatchPutGeofenceRequest request,
AsyncHandler<BatchPutGeofenceRequest,BatchPutGeofenceResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
BatchPutGeofenceRequest |
BatchPutGeofenceRequest.clone() |
BatchPutGeofenceRequest |
BatchPutGeofenceRequest.withCollectionName(String collectionName)
The geofence collection storing the geofences.
|
BatchPutGeofenceRequest |
BatchPutGeofenceRequest.withEntries(BatchPutGeofenceRequestEntry... entries)
The batch of geofences to be stored in a geofence collection.
|
BatchPutGeofenceRequest |
BatchPutGeofenceRequest.withEntries(Collection<BatchPutGeofenceRequestEntry> entries)
The batch of geofences to be stored in a geofence collection.
|
Copyright © 2021. All rights reserved.