| 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 |
|---|---|
BatchPutGeofenceResult |
AmazonLocationClient.batchPutGeofence(BatchPutGeofenceRequest request)
A batch request for storing geofences into a given geofence collection.
|
BatchPutGeofenceResult |
AbstractAmazonLocation.batchPutGeofence(BatchPutGeofenceRequest request) |
BatchPutGeofenceResult |
AmazonLocation.batchPutGeofence(BatchPutGeofenceRequest batchPutGeofenceRequest)
A batch request for storing geofences into a given geofence collection.
|
| 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 |
|---|---|
BatchPutGeofenceResult |
BatchPutGeofenceResult.clone() |
BatchPutGeofenceResult |
BatchPutGeofenceResult.withErrors(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.
|
BatchPutGeofenceResult |
BatchPutGeofenceResult.withSuccesses(BatchPutGeofenceSuccess... successes)
Contains each geofence that was successfully stored in a geofence collection.
|
BatchPutGeofenceResult |
BatchPutGeofenceResult.withSuccesses(Collection<BatchPutGeofenceSuccess> successes)
Contains each geofence that was successfully stored in a geofence collection.
|
Copyright © 2021. All rights reserved.